Skip to content

Commit 7ba3881

Browse files
committed
fix: update phpstan baseline
This error is no longer present after dependency updates.
1 parent 65eaa32 commit 7ba3881

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

phpstan-baseline.neon

-6
Original file line numberDiff line numberDiff line change
@@ -540,12 +540,6 @@ parameters:
540540
count: 1
541541
path: app/Http/Livewire/AttachmentUpload.php
542542

543-
-
544-
message: '#^Argument of an invalid type list\<string\>\|false supplied for foreach, only iterables are supported\.$#'
545-
identifier: foreach.nonIterable
546-
count: 1
547-
path: app/Http/Livewire/AuditLogSearch.php
548-
549543
-
550544
message: '#^Call to function method_exists\(\) with Spatie\\Backup\\BackupDestination\\Backup and ''sizeInBytes'' will always evaluate to true\.$#'
551545
identifier: function.alreadyNarrowedType

0 commit comments

Comments
 (0)