We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdbc834 commit 57a74b0Copy full SHA for 57a74b0
phpstan.neon
@@ -12,7 +12,7 @@ parameters:
12
# Remove this config after migrate everything to livewire
13
- app/Http/Controllers/*
14
- app/Markdown/*
15
- - app/Traits/HasSlug.php
+ - app/Models/Traits/HasSlug.php
16
ignoreErrors:
17
- "#^Cannot access property \\$transaction on array\\|object\\.$#"
18
- identifier: missingType.iterableValue
0 commit comments