fixup stubs

This commit is contained in:
Tomas Votruba 2018-05-10 19:08:17 +02:00
parent fe2eddf4d1
commit 5956152b5d
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?php
declare(strict_types=1);
namespace Rector\BetterReflection\Reflection;
namespace Roave\BetterReflection\Reflection;
/**
* This interface is used internally by the Generic reflector in order to

View File

@ -1,7 +1,7 @@
<?php
declare(strict_types=1);
namespace Rector\BetterReflection\Reflection;
namespace Roave\BetterReflection\Reflection;
use InvalidArgumentException;
use OutOfBoundsException;