Skip to content

Commit

Permalink
[phpstan/phpstan] phpstan.neon.dist config file usage (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
duboiss authored Sep 11, 2023
1 parent 425d54c commit fb99a1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions phpstan/phpstan/1.0/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"copy-from-recipe": {
"phpstan.neon": "phpstan.neon"
}
"phpstan.neon.dist": "phpstan.neon.dist"
},
"gitignore": [
"phpstan.neon"
]
}
File renamed without changes.
2 changes: 1 addition & 1 deletion phpstan/phpstan/1.0/post-install.txt
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit fb99a1d

Please sign in to comment.