Skip to content

Commit 5e42bab

Browse files
authored
Readme: fix vendor/bin references (#21)
1 parent 800aa0e commit 5e42bab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ _(optional)_ You can simplify generation with e.g. composer script:
5252
{
5353
"scripts": {
5454
"generate:baseline:phpstan": [
55-
"@phpstan --generate-baseline=baselines/loader.neon",
56-
"@split-phpstan-baseline baselines/loader.neon"
55+
"phpstan --generate-baseline=baselines/loader.neon",
56+
"split-phpstan-baseline baselines/loader.neon"
5757
]
5858
}
5959
}
@@ -85,7 +85,7 @@ Prepare composer script to simplify generation:
8585
"generate:baseline:phpstan": [
8686
"rm baselines/*.neon",
8787
"touch baselines/loader.neon",
88-
"@phpstan analyse --error-format baselinePerIdentifier"
88+
"phpstan analyse --error-format baselinePerIdentifier"
8989
]
9090
}
9191
}

0 commit comments

Comments
 (0)