Completed
Push — master ( ed45d3...89f5a3 )
by Manel
02:32
created
src/Transformers/EnrollmentTransformer.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 \Enrollment entity
17
-     * @param \Enrollment $model
17
+     * @param Enrollment $model
18 18
      *
19 19
      * @return array
20 20
      */
Please login to merge, or discard this patch.
src/Transformers/ClassroomTransformer.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 \Classroom entity
17
-     * @param \Classroom $model
17
+     * @param Classroom $model
18 18
      *
19 19
      * @return array
20 20
      */
Please login to merge, or discard this patch.
src/Transformers/CourseTransformer.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 \Course entity
17
-     * @param \Course $model
17
+     * @param Course $model
18 18
      *
19 19
      * @return array
20 20
      */
Please login to merge, or discard this patch.
src/Transformers/EnrollmentStudySubmoduleTransformer.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 \EnrollmentStudySubmodule entity
17
-     * @param \EnrollmentStudySubmodule $model
17
+     * @param EnrollmentStudySubmodule $model
18 18
      *
19 19
      * @return array
20 20
      */
Please login to merge, or discard this patch.
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/Transformers/SubmoduleTypeTransformer.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 \SubmoduleType entity
17
-     * @param \SubmoduleType $model
17
+     * @param SubmoduleType $model
18 18
      *
19 19
      * @return array
20 20
      */
Please login to merge, or discard this patch.