Skip to content

Commit

Permalink
extend Node only
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Aug 11, 2023
1 parent 1ffe2f9 commit 32f7826
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Ast/Type/CallableTypeTemplateNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

namespace PHPStan\PhpDocParser\Ast\Type;

use PHPStan\PhpDocParser\Ast\Node;
use PHPStan\PhpDocParser\Ast\NodeAttributes;

class CallableTypeTemplateNode implements TypeNode
class CallableTypeTemplateNode implements Node
{

use NodeAttributes;
Expand Down

0 comments on commit 32f7826

Please sign in to comment.