Skip to content

Commit 4e38630

Browse files
scott graysonscott grayson
authored andcommitted
Add LibraryItemPermission role errors to baseline
1 parent 119d091 commit 4e38630

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

phpstan-baseline.neon

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ parameters:
3838

3939
-
4040
message: "#^Access to an undefined property Tapp\\\\FilamentLibrary\\\\Models\\\\LibraryItem\\:\\:\\$name\\.$#"
41-
count: 3
41+
count: 4
4242
path: src/Models/LibraryItem.php
4343

4444
-
@@ -137,6 +137,11 @@ parameters:
137137
count: 1
138138
path: src/Models/LibraryItem.php
139139

140+
-
141+
message: "#^Access to an undefined property Tapp\\\\FilamentLibrary\\\\Models\\\\LibraryItemPermission\\:\\:\\$role\\.$#"
142+
count: 2
143+
path: src/Models/LibraryItem.php
144+
140145
-
141146
message: "#^Access to an undefined property Tapp\\\\FilamentLibrary\\\\Models\\\\LibraryItemPermission\\:\\:\\$role\\.$#"
142147
count: 2

0 commit comments

Comments
 (0)