Author: Markus Staab (staabm)
Committer: Derick Rethans (derickr)
Date: 2026-06-17T12:10:29+01:00

Commit: 
https://github.com/php/web-php/commit/b2e98d1eef2050852c5964c8cbaeb1973f1a6155
Raw diff: 
https://github.com/php/web-php/commit/b2e98d1eef2050852c5964c8cbaeb1973f1a6155.diff

scan also in bin

Changed paths:
  M  phpstan.neon.dist


Diff:

diff --git a/phpstan.neon.dist b/phpstan.neon.dist
index e81fcf4243..68790050a9 100644
--- a/phpstan.neon.dist
+++ b/phpstan.neon.dist
@@ -4,6 +4,7 @@ includes:
 parameters:
        level: 3
        paths:
+               - bin
                - src
                - tests
                - manual

Reply via email to