Skip to content

Commit 9c90e16

Browse files
committed
phpstan fixes
1 parent 30b96c4 commit 9c90e16

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/Repository/Wizard.php

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,9 @@ class Wizard extends Model
2626
{
2727
use HasFactory;
2828

29-
/**
30-
* @var array<int, string>
31-
*/
32-
protected array $guarded = [];
29+
protected $guarded = [];
3330

34-
/**
35-
* @var array<string, string>
36-
*/
37-
protected array $casts = [
31+
protected $casts = [
3832
'data' => 'array',
3933
];
4034
}

0 commit comments

Comments
 (0)