Browse Source

Apply PSR rules to PHPDOC

fix CI validation issue with the missing white space and white line in
php doc
Badr HAKKARI 9 years ago
parent
commit
61a9118855
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Form/DataTransformer/ModelsToArrayTransformer.php

+ 2 - 1
Form/DataTransformer/ModelsToArrayTransformer.php

@@ -46,8 +46,9 @@ class ModelsToArrayTransformer implements DataTransformerInterface
      * ModelsToArrayTransformer constructor.
      *
      * @param ModelChoiceList|LazyChoiceList|ModelChoiceLoader $choiceList
-     * @param ModelManagerInterface $modelManager
+     * @param ModelManagerInterface                            $modelManager
      * @param $class
+     *
      * @throws RuntimeException
      */
     public function __construct($choiceList, ModelManagerInterface $modelManager, $class)