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

Commit be5e098

Browse files
committed
suppress psalm error
1 parent bf74dfe commit be5e098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Files/FilePond.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ public function options(): array
4848
$label[1] = '<span class="fc-filepond--sub-desc">' . $label[1] . '</span>';
4949
}
5050

51+
/** @psalm-suppress InvalidArgument */
5152
$defaultOptions = [
5253
'allowMultiple' => $this->multiple,
5354
'allowDrop' => $this->allowDrop,
5455
'disabled' => $this->disabled,
5556
] + array_filter([
5657
'maxFiles' => $this->multiple && $this->maxFiles ? $this->maxFiles : null,
5758
'name' => $this->name,
58-
/** @psalm-suppress InvalidArgument */
5959
'labelIdle' => '<span class="fc-filepond--desc">' . implode('<br>', $label) . '</span>',
6060
]);
6161

0 commit comments

Comments
 (0)