Skip to content

Commit

Permalink
Fixed phpdoc for settingSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Dec 4, 2023
1 parent 1a0c8a7 commit 2e03387
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/lib/FieldType/Image/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@ class Type extends FieldType implements TranslationContainerInterface
],
];

/** @var array<string, array<array<mixed>|scalar>> */
/** @var array{
* mimeTypes: array{
* type: string,
* default: array{},
* }
* }
*/
protected $settingsSchema = [
'mimeTypes' => [
'type' => 'choice',
Expand Down

0 comments on commit 2e03387

Please sign in to comment.