Skip to content

14.12.0

Latest

Choose a tag to compare

@TomasVotruba TomasVotruba released this 15 Jun 08:39
· 2 commits to main since this release

🔧 Changed

  • Config parameters are now nested under the symplify vendor key, following convention. Update your phpstan.neon accordingly:
 parameters:
-    symfonyReturnType: true
-    laravelReturnType: true
-    pathStrings: true
+    symplify:
+        symfonyReturnType: true
+        laravelReturnType: true
+        pathStrings: true

🗑️ Removed

  • The maximumIgnoredErrorCount feature has been removed. Drop it from your config:
 parameters:
-    maximumIgnoredErrorCount: 12