This repository was archived by the owner on Nov 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +14
-13
lines changed Expand file tree Collapse file tree 4 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 11.idea
2- .php_cs
3- .php_cs.cache
4- .php-cs-fixer.cache
52.phpunit.result.cache
6- .DS_STORE
7- build
3+ .phpunit.cache
84composer.lock
95coverage
10- docs
116phpunit.xml
12- psalm.xml
7+ phpstan.neon
138testbench.yaml
149vendor
1510node_modules
16- phpstan.neon
11+ .phpactor.json
12+ build
Original file line number Diff line number Diff line change @@ -2,12 +2,11 @@ includes:
22 - phpstan-baseline.neon
33
44parameters:
5- level: 4
5+ level: 5
66 paths:
77 - src
88 - config
99 tmpDir: build/phpstan
1010 checkOctaneCompatibility: true
1111 checkModelProperties: true
12- checkMissingIterableValueType: false
13-
12+ noEnvCallsOutsideOfConfig: false
Original file line number Diff line number Diff line change 2020 <junit outputFile =" build/report.junit.xml" />
2121 </logging >
2222 <php >
23+ <env name =" APP_KEY" value =" base64:F+mHMDBbavrsp/I3WYA5lDSwDJJI/0wQG4eM3csq/lo=" />
2324 <env name =" FLATFOX_TOKEN" value =" token" />
2425 </php >
25- </phpunit >
26+ <source >
27+ <include >
28+ <directory suffix =" .php" >./src</directory >
29+ </include >
30+ </source >
31+ </phpunit >
Original file line number Diff line number Diff line change 66
77class Flatfox
88{
9- public function getPublicListing (string $ identifier , string $ expand ): GetPublicListing
9+ public function getPublicListing (string $ identifier , array $ expand ): GetPublicListing
1010 {
1111 return new GetPublicListing ($ identifier , $ expand );
1212 }
You can’t perform that action at this time.
0 commit comments