Skip to content

Commit

Permalink
fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Nov 30, 2021
1 parent c057d19 commit 835ec42
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Psalm/Node/Stmt/VirtualFunction.php
Expand Up @@ -2,7 +2,6 @@

namespace Psalm\Node\Stmt;

use PhpParser\Node;
use PhpParser\Node\Stmt\Function_;
use Psalm\Node\VirtualNode;

Expand Down
1 change: 0 additions & 1 deletion src/Psalm/Node/VirtualConst.php
Expand Up @@ -3,7 +3,6 @@
namespace Psalm\Node;

use PhpParser\Node\Const_;
use PhpParser\Node\Name;

class VirtualConst extends Const_ implements VirtualNode
{
Expand Down

0 comments on commit 835ec42

Please sign in to comment.