Skip to content

Commit

Permalink
[Refactor] Move FunctionIdentifierRecorder class (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Nov 7, 2022
1 parent 60b8620 commit 365bbf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
* file that was distributed with this source code.
*/

namespace Humbug\PhpScoper\PhpParser\NodeVisitor\NamespaceStmt;
namespace Humbug\PhpScoper\PhpParser\NodeVisitor;

use Humbug\PhpScoper\PhpParser\Node\FullyQualifiedFactory;
use Humbug\PhpScoper\PhpParser\NodeVisitor\ParentNodeAppender;
use Humbug\PhpScoper\PhpParser\NodeVisitor\Resolver\IdentifierResolver;
use Humbug\PhpScoper\PhpParser\UnexpectedParsingScenario;
use Humbug\PhpScoper\Symbol\EnrichedReflector;
Expand Down
2 changes: 1 addition & 1 deletion src/PhpParser/TraverserFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private static function createNodeVisitors(
$reflector,
),

new NodeVisitor\NamespaceStmt\FunctionIdentifierRecorder(
new NodeVisitor\FunctionIdentifierRecorder(
$prefix,
$identifierResolver,
$symbolsRegistry,
Expand Down

0 comments on commit 365bbf3

Please sign in to comment.