Skip to content

Commit 45e5409

Browse files
authored
Merge pull request #210 from TysonAndre/patch-1
Fix typo in .PHONY for Makefile
2 parents 011b369 + 3c866bb commit 45e5409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ phpcbf:
2323
phpstan:
2424
docker run -it --rm -v${PWD}:/opt/project -w /opt/project phpdoc/phpstan-ga:latest analyse src --no-progress --configuration phpstan.neon
2525

26-
.PHONY: psaml
26+
.PHONY: psalm
2727
psalm:
2828
docker run -it --rm -v${PWD}:/opt/project -w /opt/project mickaelandrieu/psalm-ga
2929

0 commit comments

Comments
 (0)