Skip to content

Commit

Permalink
Add fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Dec 16, 2021
1 parent d7fede8 commit 678a82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Finder.php
Expand Up @@ -28,7 +28,7 @@ public function __construct()

$this
->files()
->name('*.php')
->name('/\.php$/')
->exclude('vendor')
;
}
Expand Down

0 comments on commit 678a82e

Please sign in to comment.