Skip to content

Commit 3a10244

Browse files
committed
Fix Makefile
1 parent d71cc7f commit 3a10244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
all: test
44
echo "Is done"
55

6-
test: phpstan ecs
6+
test: phpstan
77
composer run-script tester
88

99
phpstan:

0 commit comments

Comments
 (0)