Skip to content

Commit 69114b6

Browse files
author
Denis Smetannikov
committed
Fix for php 7.4
1 parent 460e456 commit 69114b6

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
@@ -17,7 +17,7 @@ build: update
1717

1818
test-all:
1919
@echo "\033[0;33m>>> >>> >>> >>> >>> >>> >>> >>> \033[0;30;46m Run all tests \033[0m"
20-
@make validate test phpmd phpcs phpcpd phploc
20+
@make validate test phpcpd phploc
2121

2222
update:
2323
@echo "\033[0;33m>>> >>> >>> >>> >>> >>> >>> >>> \033[0;30;46m Update project \033[0m"

0 commit comments

Comments
 (0)