File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 18
18
run : .github/jobs/composer_setup.sh
19
19
- uses : php-actions/phpstan@v3
20
20
with :
21
- configuration : phpstan.dist.neon
21
+ configuration : webapp/ phpstan.dist.neon
22
22
path : webapp/src webapp/tests
23
23
php_extensions : gd intl mysqli pcntl zip
24
24
autoload_file : webapp/vendor/autoload.php
Original file line number Diff line number Diff line change 1
1
parameters :
2
2
level : 6
3
3
paths :
4
- - webapp/ src
5
- - webapp/ tests
4
+ - src
5
+ - tests
6
6
excludePaths :
7
- - webapp/ src/Utils/Adminer.php
7
+ - src/Utils/Adminer.php
8
8
ignoreErrors :
9
9
-
10
10
message : ' #Method .* return type has no value type specified in iterable type array#'
11
- path : webapp/ tests
11
+ path : tests
12
12
-
13
13
message : ' #Method .* has parameter .* with no value type specified in iterable type array#'
14
- path : webapp/ tests
14
+ path : tests
15
15
-
16
16
message : ' #Property .* type has no value type specified in iterable type array#'
17
- path : webapp/ tests
17
+ path : tests
18
18
-
19
19
message : ' #PHPDoc tag @var for variable .* has no value type specified in iterable type array#'
20
- path : webapp/ tests
20
+ path : tests
21
21
-
22
22
message : " #Method .* return type has no value type specified in iterable type array#"
23
- path : webapp/ src/DataFixtures/Test
23
+ path : src/DataFixtures/Test
24
24
includes :
25
- - webapp/ vendor/phpstan/phpstan-doctrine/extension.neon
25
+ - vendor/phpstan/phpstan-doctrine/extension.neon
You can’t perform that action at this time.
0 commit comments