[PHP-WEBMASTER] [web-php] preview: Include missing include in phpstan.neon.dist

[email protected] (Mark Randall via Derick Rethans) Thu, 18 Jun 2026 15:05:42 +0000
Newsgroups php.webmaster
Message-ID <[email protected]>
Author: Mark Randall
Committer: Derick Rethans (derickr)
Date: 2026-06-18T16:05:07+01:00

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

Include missing include in phpstan.neon.dist

Changed paths:
  M  phpstan.neon.dist


Diff:

diff --git a/phpstan.neon.dist b/phpstan.neon.dist
index 918d5bb833..ee0bff472b 100644
--- a/phpstan.neon.dist
+++ b/phpstan.neon.dist
@@ -1,5 +1,5 @@
 includes:
-
+    - phpstan-baseline.neon
 
 parameters:
 	level: 7