You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit or create your phpstan.neon file and register new error formatter.
11
-
First parameter is mandatory and specifies path to file in which data will be outputed.
11
+
First two parameters are mandatory.
12
+
13
+
- First specifies path to file in which data will be outputed.
14
+
15
+
- Second specifies which other formatter will be used with FileOutput formatter running silently in the background. You can set it to null if you wish to only work with FileOutput-generated files.
12
16
```
13
17
services:
14
18
errorFormatter.fileoutput: # Can be any name after errorFormatter
0 commit comments