We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd21fa9 commit 8484018Copy full SHA for 8484018
Makefile
@@ -13,7 +13,7 @@ lint:
13
.PHONY: cs-install
14
cs-install:
15
git clone https://github.com/phpstan/build-cs.git || true
16
- git -C build-cs fetch origin && git -C build-cs reset --hard origin/main
+ git -C build-cs fetch origin && git -C build-cs reset --hard origin/1.x
17
composer install --working-dir build-cs
18
19
.PHONY: cs
0 commit comments