Kaynağa Gözat

Apply PSR rules to PHPDOC

fix CI validation issue with the missing white space and white line in
php doc
Badr HAKKARI 9 yıl önce
ebeveyn
işleme
61a9118855

+ 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)