Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit a2de3ea

Browse files
committed
suppress psalm error
1 parent 593904c commit a2de3ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Components/Files/FilePond.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public function options(): array
5555
] + array_filter([
5656
'maxFiles' => $this->multiple && $this->maxFiles ? $this->maxFiles : null,
5757
'name' => $this->name,
58+
/** @psalm-suppress InvalidArgument */
5859
'labelIdle' => '<span class="fc-filepond--desc">' . implode('<br>', $label) . '</span>',
5960
]);
6061

0 commit comments

Comments
 (0)