[phpstan/phpstan] phpstan.neon.dist config file usage (#1538)

This commit is contained in:
Steven DUBOIS
2023-09-11 08:58:33 +02:00
committed by GitHub
parent 425d54c260
commit fb99a1df8d
3 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -1,5 +1,8 @@
{
"copy-from-recipe": {
"phpstan.neon": "phpstan.neon"
}
"phpstan.neon.dist": "phpstan.neon.dist"
},
"gitignore": [
"phpstan.neon"
]
}
+1 -1
View File
@@ -1,4 +1,4 @@
* Edit the <comment>phpstan.neon</comment> file to configure PHPStan.
* Edit the <comment>phpstan.neon.dist</comment> file to configure PHPStan.
* For the full options, see
<comment>https://phpstan.org/user-guide/getting-started</comment>