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 119d091 commit 4e38630Copy full SHA for 4e38630
phpstan-baseline.neon
@@ -38,7 +38,7 @@ parameters:
38
39
-
40
message: "#^Access to an undefined property Tapp\\\\FilamentLibrary\\\\Models\\\\LibraryItem\\:\\:\\$name\\.$#"
41
- count: 3
+ count: 4
42
path: src/Models/LibraryItem.php
43
44
@@ -137,6 +137,11 @@ parameters:
137
count: 1
138
139
140
+ -
141
+ message: "#^Access to an undefined property Tapp\\\\FilamentLibrary\\\\Models\\\\LibraryItemPermission\\:\\:\\$role\\.$#"
142
+ count: 2
143
+ path: src/Models/LibraryItem.php
144
+
145
146
message: "#^Access to an undefined property Tapp\\\\FilamentLibrary\\\\Models\\\\LibraryItemPermission\\:\\:\\$role\\.$#"
147
count: 2
0 commit comments