We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65eaa32 commit 7ba3881Copy full SHA for 7ba3881
phpstan-baseline.neon
@@ -540,12 +540,6 @@ parameters:
540
count: 1
541
path: app/Http/Livewire/AttachmentUpload.php
542
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
-
549
550
message: '#^Call to function method_exists\(\) with Spatie\\Backup\\BackupDestination\\Backup and ''sizeInBytes'' will always evaluate to true\.$#'
551
identifier: function.alreadyNarrowedType
0 commit comments