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.
1 parent d71dbdb commit 4d6d63fCopy full SHA for 4d6d63f
phpstan.neon.dist
@@ -9,5 +9,4 @@ parameters:
9
tmpDir: build/phpstan
10
checkOctaneCompatibility: true
11
checkModelProperties: true
12
- checkMissingIterableValueType: false
13
src/IsBackedEnum.php
@@ -13,6 +13,7 @@
/**
14
* @implements \Webfox\LaravelBackedEnums\BackedEnum<string,string>
15
* @mixin \BackedEnum<string,string>
16
+ * @phpstan-ignore trait.unused
17
*/
18
trait IsBackedEnum
19
{
0 commit comments