Skip to content

Commit 77cd00b

Browse files
committed
remove --display-deprecations because it only caused errors in lower PHP versions
1 parent dd6dede commit 77cd00b

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
@@ -8,4 +8,4 @@ run-phpstan:
88
dev-tools/vendor/bin/phpstan analyze $(ARGS)
99

1010
run-phpunit:
11-
dev-tools/vendor/bin/phpunit --display-deprecations $(ARGS)
11+
dev-tools/vendor/bin/phpunit $(ARGS)

0 commit comments

Comments
 (0)