Adjust accordingly to feedback

This commit is contained in:
Daniel Siepmann 2023-06-29 07:30:22 +02:00
parent c7fe2ae955
commit 80803a3bd5
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
4 changed files with 4 additions and 2 deletions

View file

@ -49,6 +49,7 @@ return (new \PhpCsFixer\Config())
'phpdoc_no_package' => true,
'phpdoc_scalar' => true,
'phpdoc_trim' => true,
'phpdoc_separation' => true,
'phpdoc_types' => true,
'phpdoc_types_order' => ['null_adjustment' => 'always_last', 'sort_algorithm' => 'none'],
'return_type_declaration' => ['space_before' => 'none'],

View file

@ -45,6 +45,7 @@ final class FileCollectionElement extends AbstractFormElement
/**
* @param array<string, string> $configuration
*
* @return array<string, string>
*/
public function getOptions(array $configuration): array

View file

@ -8,7 +8,7 @@ Concept
=======
The form element will fetch the configured file collection and assign proper options based on the contained files.
That allows for using existing templates that allow to select one or multiple options.
That allows using existing templates that allow to select a single or multiple options.
EXT:form integration
====================

View file

@ -15,7 +15,7 @@
stopOnIncomplete="false"
stopOnSkipped="false"
verbose="false"
>
>
<testsuites>
<testsuite name="functional">