Skip to content

Commit 2e66551

Browse files
author
Yuriy Martini
committed
move lang & views to resources path
1 parent 7f07972 commit 2e66551

37 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
test:
22
vendor/bin/phpunit --coverage-text
3-
vendor/bin/phpcs --version && echo && vendor/bin/phpcs -p --standard=PSR2 --ignore=src/lang/,src/views/ src tests
3+
vendor/bin/phpcs --version && echo && vendor/bin/phpcs -p --standard=PSR2 --ignore=resources/lang/,resources/views/ src tests

0 commit comments

Comments
 (0)