Skip to content

Commit

Permalink
fix: fixed bogon classes regex
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto committed Aug 30, 2024
1 parent 2865162 commit a8cad24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Util/BogonFilesFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ final class BogonFilesFilter
'dealerdirect/phpcodesniffer-composer-installer/src/Plugin|' .
'myclabs/php-enum/src/PHPUnit/Comparator|' .
'guzzlehttp/guzzle/src/functions|' .
'composer/(?:autoload_\w+|InstalledVersions)|' .
'composer/(?:autoload_\w+|InstalledVersions)' .
')\.php$)' .
'#x';

Expand Down

0 comments on commit a8cad24

Please sign in to comment.