Skip to content

Commit 28dbc87

Browse files
Adding a comma to the last parameter
1 parent d7b1661 commit 28dbc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/Behavior/UploadBehavior.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public function getPathProcessor(
206206
EntityInterface $entity,
207207
string|UploadedFileInterface|null $data,
208208
string $field,
209-
array $settings
209+
array $settings,
210210
): ProcessorInterface {
211211
/** @var class-string<\Josegonzalez\Upload\File\Path\ProcessorInterface> $processorClass */
212212
$processorClass = Hash::get($settings, 'pathProcessor', DefaultProcessor::class);

0 commit comments

Comments
 (0)