Completed
Branch admin-customers (cfcc56)
by Serhii
10:45
created
src/AppBundle/Command/LoadCsvFixturesCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
 
67 67
     /**
68 68
      * @param $entityName
69
-     * @param $csvFile
69
+     * @param string $csvFile
70 70
      * @return array
71 71
      */
72 72
     protected function csvToArray($entityName, $csvFile)
Please login to merge, or discard this patch.
src/AppBundle/Model/EmployeesResponse.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     protected $count;
33 33
 
34 34
     /**
35
-     * @return mixed
35
+     * @return Employee[]
36 36
      */
37 37
     public function getEmployees()
38 38
     {
Please login to merge, or discard this patch.
src/AppBundle/Model/PerformancesResponse.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     protected $count;
32 32
 
33 33
     /**
34
-     * @return mixed
34
+     * @return Performance[]
35 35
      */
36 36
     public function getPerformances()
37 37
     {
Please login to merge, or discard this patch.
src/AppBundle/Model/PostsResponse.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     protected $count;
32 32
 
33 33
     /**
34
-     * @return mixed
34
+     * @return Post[]
35 35
      */
36 36
     public function getPosts()
37 37
     {
Please login to merge, or discard this patch.
src/AppBundle/Model/HistoryResponse.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     protected $count;
33 33
 
34 34
     /**
35
-     * @return mixed
35
+     * @return History[]
36 36
      */
37 37
     public function getHistory()
38 38
     {
Please login to merge, or discard this patch.
src/AppBundle/Entity/User.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@
 block discarded – undo
214 214
     }
215 215
 
216 216
     /**
217
-     * @param Order[]|ArrayCollection $oreder
217
+     * @param Order[]|ArrayCollection $order
218 218
      */
219 219
     public function setPriceCategories($order)
220 220
     {
Please login to merge, or discard this patch.
src/AppBundle/Services/UserLogin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
 
141 141
     /**
142 142
      * @param object $user
143
-     * @param array  $groups
143
+     * @param string[]  $groups
144 144
      *
145 145
      * @return bool
146 146
      */
Please login to merge, or discard this patch.