소스 검색

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.
      * ModelsToArrayTransformer constructor.
      *
      *
      * @param ModelChoiceList|LazyChoiceList|ModelChoiceLoader $choiceList
      * @param ModelChoiceList|LazyChoiceList|ModelChoiceLoader $choiceList
-     * @param ModelManagerInterface $modelManager
+     * @param ModelManagerInterface                            $modelManager
      * @param $class
      * @param $class
+     *
      * @throws RuntimeException
      * @throws RuntimeException
      */
      */
     public function __construct($choiceList, ModelManagerInterface $modelManager, $class)
     public function __construct($choiceList, ModelManagerInterface $modelManager, $class)