We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e685131 + d0cc5e8 commit f204694Copy full SHA for f204694
3 files changed
.gitattributes
@@ -10,3 +10,4 @@
10
/phpunit.xml export-ignore
11
/tests export-ignore
12
/.editorconfig export-ignore
13
+/phpstan.neon export-ignore
.github/workflows/php.yml
@@ -55,6 +55,7 @@ jobs:
55
- 8.1
56
- 8.2
57
- 8.3
58
+ - 8.4
59
laravel-constraint:
60
- 10.*
61
- 11.*
phpstan.neon
@@ -0,0 +1,5 @@
1
+parameters:
2
+ ignoreErrors:
3
+ - '#Trait Laragear\\Meta\\BootHelpers is used zero times and is not analysed\.#'
4
+ - '#Trait Laragear\\Meta\\Console\\Commands\\WithEnvironmentFile is used zero times and is not analysed\.#'
5
+ - '#Trait Laragear\\Meta\\Database\\Eloquent\\ExtendsBuilder is used zero times and is not analysed\.#'
0 commit comments