Completed
Push — master ( ed84b8...48548b )
by Manel
03:10
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.
src/Traits/RecordsActivity.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     /**
28 28
      * Fetch all model events that require activity recording.
29 29
      *
30
-     * @return array
30
+     * @return string[]
31 31
      */
32 32
     protected static function getActivitiesToRecord()
33 33
     {
Please login to merge, or discard this patch.