mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
[phpstan/phpstan] phpstan.neon.dist config file usage (#1538)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"phpstan.neon": "phpstan.neon"
|
||||
}
|
||||
"phpstan.neon.dist": "phpstan.neon.dist"
|
||||
},
|
||||
"gitignore": [
|
||||
"phpstan.neon"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user