Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
phith0n committed Apr 24, 2019
1 parent 30fb0f7 commit cb84afa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Chip/CallstackVisitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

namespace Chip;


use Chip\Traits\TypeHelper;
use PhpParser\Node;
use PhpParser\NodeVisitorAbstract;
Expand Down Expand Up @@ -38,4 +37,4 @@ public function leaveNode(Node $node)
$this->stack->pop();
}
}
}
}

0 comments on commit cb84afa

Please sign in to comment.