Skip to content

Commit b942da7

Browse files
authored
Merge pull request #113 from eric-therond/fixassert
fix missing use in parserhandler
2 parents e37e715 + 2e942d8 commit b942da7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/PHPCfg/ParserHandler/Batch/Unary.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
namespace PHPCfg\ParserHandler\Batch;
1111

12+
use PHPCfg\Assertion;
1213
use PHPCfg\Op;
1314
use PHPCfg\Operand;
1415
use PHPCfg\ParserHandler;

0 commit comments

Comments
 (0)