浏览代码

Apply PSR rules to PHPDOC

fix CI validation issue with the missing white space and white line in
php doc
Badr HAKKARI 9 年之前
父节点
当前提交
61a9118855
共有 1 个文件被更改,包括 2 次插入1 次删除
  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)