Skip to content

Commit

Permalink
Import preg_grep and PREG_GREP_INVERT
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Jul 7, 2020
1 parent de59004 commit 300b245
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Psalm/Internal/IncludeCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
use function array_unique;
use function array_values;
use function get_included_files;
use function preg_grep;

use const PREG_GREP_INVERT;

/**
* Include collector
Expand Down

0 comments on commit 300b245

Please sign in to comment.