Skip to content

Commit 9e07fb3

Browse files
Update recipes 2023-09-12 (#51)
1 parent 9e4f06f commit 9e07fb3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

phpstan/phpstan/1.0/manifest.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"copy-from-recipe": {
3-
"phpstan.neon": "phpstan.neon"
4-
}
3+
"phpstan.dist.neon": "phpstan.dist.neon"
4+
},
5+
"gitignore": [
6+
"phpstan.neon"
7+
]
58
}

phpstan/phpstan/1.0/post-install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Edit the <comment>phpstan.neon</comment> file to configure PHPStan.
1+
* Edit the <comment>phpstan.neon.dist</comment> file to configure PHPStan.
22

33
* For the full options, see
44
<comment>https://phpstan.org/user-guide/getting-started</comment>

0 commit comments

Comments
 (0)