Skip to content

Commit 1f19ed9

Browse files
committed
fixed: Code style fix
1 parent b4262b0 commit 1f19ed9

File tree

4 files changed

+5
-38
lines changed

4 files changed

+5
-38
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ jobs:
3838

3939
- name: Run static analysis
4040
run: composer run-script phpstan
41+
42+
- name: Run phpcs analysis
43+
run: composer run-script phpcs

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"database-schema-visualization"
3737
],
3838
"scripts": {
39-
"phpcs": "phpcs --standard=PSR12",
40-
"phpstan": "phpstan analyse",
39+
"phpcs": "phpcs",
40+
"phpstan": "phpstan analyse --memory-limit=512M",
4141
"test": "php ./vendor/bin/phpunit"
4242
},
4343
"config": {

phpstan.neon.dist renamed to phpstan.neon

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,3 @@ parameters:
1616

1717
fileExtensions:
1818
- php
19-
20-
excludes_analyse:
21-
- vendor
22-

rector.php

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)