[PHP-WEBMASTER] [web-php] master: scan also in bin

[email protected] (Markus Staab via Derick Rethans) Wed, 17 Jun 2026 11:10:35 +0000
Newsgroups php.webmaster
Message-ID <[email protected]>
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