Browse Source

:octocat: phpcs verbose output

smiley 2 tháng trước cách đây
mục cha
commit
2181a9ed41
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -79,7 +79,7 @@
 	},
 	"scripts": {
 		"phan": "@php vendor/bin/phan",
-		"phpcs": "@php vendor/bin/phpcs",
+		"phpcs": "@php vendor/bin/phpcs -v",
 		"phpmd": "@php vendor/bin/phpmd src text ./phpmd.xml.dist",
 		"phpunit": "@php vendor/bin/phpunit"
 	},