From 678a82e25628b90abcc94c867de0429e5bf5c063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Wer=C5=82os?= Date: Thu, 16 Dec 2021 15:22:29 +0100 Subject: [PATCH] Add fix --- src/Finder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Finder.php b/src/Finder.php index 161937e1fda..419354ef467 100644 --- a/src/Finder.php +++ b/src/Finder.php @@ -28,7 +28,7 @@ public function __construct() $this ->files() - ->name('*.php') + ->name('/\.php$/') ->exclude('vendor') ; }