File tree 3 files changed +7
-12
lines changed
3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 1
1
.idea
2
- .php_cs
3
- .php_cs.cache
4
- .php-cs-fixer.cache
5
2
.phpunit.result.cache
6
3
.phpunit.cache
7
- .DS_STORE
8
- build
9
4
composer.lock
10
5
coverage
11
- docs
12
6
phpunit.xml
13
- psalm.xml
7
+ phpstan.neon
14
8
testbench.yaml
15
9
vendor
16
10
node_modules
17
- phpstan.neon
11
+ .phpactor.json
12
+ build
Original file line number Diff line number Diff line change @@ -2,12 +2,11 @@ includes:
2
2
- phpstan-baseline.neon
3
3
4
4
parameters:
5
- level: 4
5
+ level: 5
6
6
paths:
7
7
- src
8
8
- config
9
9
tmpDir: build/phpstan
10
10
checkOctaneCompatibility: true
11
11
checkModelProperties: true
12
- checkMissingIterableValueType: false
13
-
12
+ noEnvCallsOutsideOfConfig: false
Original file line number Diff line number Diff line change 20
20
<junit outputFile =" build/report.junit.xml" />
21
21
</logging >
22
22
<php >
23
+ <env name =" APP_KEY" value =" base64:F+mHMDBbavrsp/I3WYA5lDSwDJJI/0wQG4eM3csq/lo=" />
23
24
<env name =" ZAMMAD_URL" value =" https://dev-immospace.zammad.com" />
24
25
<env name =" ZAMMAD_TOKEN" value =" token" />
25
26
</php >
28
29
<directory suffix =" .php" >./src</directory >
29
30
</include >
30
31
</source >
31
- </phpunit >
32
+ </phpunit >
You can’t perform that action at this time.
0 commit comments