We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4262b0 commit 1f19ed9Copy full SHA for 1f19ed9
.github/workflows/tests.yml
@@ -38,3 +38,6 @@ jobs:
38
39
- name: Run static analysis
40
run: composer run-script phpstan
41
+
42
+ - name: Run phpcs analysis
43
+ run: composer run-script phpcs
composer.json
@@ -36,8 +36,8 @@
36
"database-schema-visualization"
37
],
"scripts": {
- "phpcs": "phpcs --standard=PSR12",
- "phpstan": "phpstan analyse",
+ "phpcs": "phpcs",
+ "phpstan": "phpstan analyse --memory-limit=512M",
"test": "php ./vendor/bin/phpunit"
},
"config": {
phpstan.neon.dist renamed to phpstan.neon
@@ -16,7 +16,3 @@ parameters:
16
17
fileExtensions:
18
- php
19
-
20
- excludes_analyse:
21
- - vendor
22
rector.php
0 commit comments