Skip to content

Commit

Permalink
fix linting of php7-only test files
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Sep 7, 2016
1 parent a46d92b commit 2754bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/files/groupUse.php
@@ -1,4 +1,4 @@
<?php
<?php // lint >= 7.0

use A\B\{A, B\C, C as D};
use D\E;
Expand Down
2 changes: 1 addition & 1 deletion tests/files/nonClassUse.php
@@ -1,4 +1,4 @@
<?php
<?php // lint >= 7.0

use function A\fn;
use const B\CNST;
Expand Down

0 comments on commit 2754bde

Please sign in to comment.