Skip to content

Commit

Permalink
chore: add phpbench file to bogon files regex
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto committed Dec 1, 2024
1 parent ed1ce62 commit d84abe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Util/BogonFilesFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ final class BogonFilesFilter
'dealerdirect/phpcodesniffer-composer-installer/src/Plugin|' .
'myclabs/php-enum/src/PHPUnit/Comparator|' .
'guzzlehttp/guzzle/src/functions|' .
'phpbench/phpbench/lib/Report/Func/functions' .
'composer/(?:autoload_\w+|InstalledVersions)' .
')\.php$)' .
'#x';
Expand Down

0 comments on commit d84abe1

Please sign in to comment.