Completed
Pull Request — master (#10)
by Manel
02:43
created
src/Transformers/CycleTransformer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 
15 15
     /**
16 16
      * Transform the \Cycle entity
17
-     * @param \Cycle $model
17
+     * @param Cycle $model
18 18
      *
19 19
      * @return array
20 20
      */
Please login to merge, or discard this patch.
src/Transformers/FamilyTransformer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 
15 15
     /**
16 16
      * Transform the \Family entity
17
-     * @param \Family $model
17
+     * @param Family $model
18 18
      *
19 19
      * @return array
20 20
      */
Please login to merge, or discard this patch.
src/Transformers/ModuleTransformer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 
15 15
     /**
16 16
      * Transform the \Module entity
17
-     * @param \Module $model
17
+     * @param Module $model
18 18
      *
19 19
      * @return array
20 20
      */
Please login to merge, or discard this patch.
src/Transformers/SubmoduleTransformer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 
15 15
     /**
16 16
      * Transform the \Submodule entity
17
-     * @param \Submodule $model
17
+     * @param Submodule $model
18 18
      *
19 19
      * @return array
20 20
      */
Please login to merge, or discard this patch.