Skip to content

Commit b1e9867

Browse files
scott graysonscott grayson
authored andcommitted
Remove non-matching PHPStan baseline patterns
1 parent 4e38630 commit b1e9867

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -451,31 +451,16 @@ parameters:
451451
count: 1
452452
path: src/Middleware/RedirectToCorrectEditPage.php
453453

454-
-
455-
message: "#^Call to an undefined method Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:permissions\\(\\)\\.$#"
456-
count: 1
457-
path: src/Models/LibraryItem.php
458-
459454
-
460455
message: "#^Access to an undefined property Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:\\$role\\.$#"
461456
count: 1
462457
path: src/Models/LibraryItem.php
463458

464-
-
465-
message: "#^Call to an undefined method Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:getEffectiveRole\\(\\)\\.$#"
466-
count: 1
467-
path: src/Models/LibraryItem.php
468-
469459
-
470460
message: "#^Access to an undefined property Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:\\$user\\.$#"
471461
count: 1
472462
path: src/Models/LibraryItem.php
473463

474-
-
475-
message: "#^Call to an undefined method Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:getEffectiveGeneralAccess\\(\\)\\.$#"
476-
count: 2
477-
path: src/Models/LibraryItem.php
478-
479464
-
480465
message: "#^Call to an undefined method Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:getEffectiveAccessControl\\(\\)\\.$#"
481466
count: 1

0 commit comments

Comments
 (0)