Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Lloric Mayuga Garcia <[email protected]>
  • Loading branch information
lloricode committed Aug 11, 2024
1 parent a1c676d commit 52bcca2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ coverage
docs
node_modules
phpunit.xml
phpstan.neon
testbench.yaml
vendor
14 changes: 14 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
includes:
- phpstan-baseline.neon

parameters:
level: 8
paths:
- src
- config
tmpDir: build/phpstan
ignoreErrors:
- identifier: missingType.iterableValue
checkOctaneCompatibility: true
checkModelProperties: true

0 comments on commit 52bcca2

Please sign in to comment.