Completed
Push — master ( 9e2978...438a01 )
by Mahmoud
03:41
created
app/Containers/User/UI/API/Controllers/Controller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
     }
83 83
 
84 84
     /**
85
-     * @param \Dingo\Api\Http\Request                    $request
85
+     * @param RefreshUserRequest                    $request
86 86
      * @param \App\Containers\User\Actions\GetUserAction $action
87 87
      *
88 88
      * @return  \Dingo\Api\Http\Response
Please login to merge, or discard this patch.
app/Ship/Engine/Loaders/ConfigsLoaderTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     }
39 39
 
40 40
     /**
41
-     * @param $directory
41
+     * @param string $directory
42 42
      */
43 43
     private function loadConfigs($directory)
44 44
     {
Please login to merge, or discard this patch.
app/Ship/Engine/Loaders/ConsolesLoaderTrait.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -39,6 +39,7 @@
 block discarded – undo
39 39
 
40 40
     /**
41 41
      * @param $consoleClass
42
+     * @param string $directory
42 43
      */
43 44
     private function loadTheConsoles($directory)
44 45
     {
Please login to merge, or discard this patch.
app/Ship/Engine/Loaders/ProvidersLoaderTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     }
39 39
 
40 40
     /**
41
-     * @param $directory
41
+     * @param string $directory
42 42
      */
43 43
     private function loadProviders($directory)
44 44
     {
Please login to merge, or discard this patch.
app/Ship/Engine/Loaders/SeederLoaderTrait.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -70,8 +70,8 @@  discard block
 block discarded – undo
70 70
     }
71 71
 
72 72
     /**
73
-     * @param array $directories
74
-     * @param       $seedersClasses
73
+     * @param string[] $directories
74
+     * @param       Collection $seedersClasses
75 75
      *
76 76
      * @return  mixed
77 77
      */
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
     /**
104 104
      * @param $seedersClasses
105 105
      *
106
-     * @return  \Illuminate\Support\Collection|static
106
+     * @return  Collection|null
107 107
      */
108 108
     private function sortSeeders($seedersClasses)
109 109
     {
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
     }
141 141
 
142 142
     /**
143
-     * @param $seedersClasses
143
+     * @param Collection|null $seedersClasses
144 144
      */
145 145
     private function loadSeeders($seedersClasses)
146 146
     {
Please login to merge, or discard this patch.
app/Containers/Debugger/Tasks/QueryDebuggerTask.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
      * Write the DB queries in the Log and Display them in the
20 20
      * terminal (in case you want to see them while executing the tests).
21 21
      *
22
-     * @param bool|false $terminal
23 22
      */
24 23
     public function run()
25 24
     {
Please login to merge, or discard this patch.
app/Ship/Features/Payment/Proxies/PaymentsProxy.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
     }
38 38
 
39 39
     /**
40
-     * @param $object
40
+     * @param ChargeableInterface $object
41 41
      *
42 42
      * @return  null
43 43
      */
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
     }
48 48
 
49 49
     /**
50
-     * @param $object
50
+     * @param ChargeableInterface $object
51 51
      *
52 52
      * @return  null
53 53
      */
Please login to merge, or discard this patch.
app/Ship/Features/Tests/PhpUnit/TestsAuthHelperTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
     }
155 155
 
156 156
     /**
157
-     * @param $user
157
+     * @param User $user
158 158
      * @param $access
159 159
      *
160 160
      * @return  mixed
Please login to merge, or discard this patch.
app/Ship/Features/Tests/PhpUnit/TestsRequestHelperTrait.php 1 patch
Doc Comments   +3 added lines, -5 removed lines patch added patch discarded remove patch
@@ -63,9 +63,7 @@  discard block
 block discarded – undo
63 63
 
64 64
     /**
65 65
      * @param        $this ->endpointUrl
66
-     * @param string $this ->endpointVerb
67 66
      * @param array  $data
68
-     * @param bool   $protected
69 67
      * @param array  $headers
70 68
      *
71 69
      * @return  mixed
@@ -91,7 +89,7 @@  discard block
 block discarded – undo
91 89
      * @param bool   $skipEncoding
92 90
      * @param string $replace
93 91
      *
94
-     * @return  mixed
92
+     * @return  TestsRequestHelperTrait
95 93
      */
96 94
     public function injectId($id, $skipEncoding = false, $replace = '{id}')
97 95
     {
@@ -108,7 +106,7 @@  discard block
 block discarded – undo
108 106
      *
109 107
      * to be used as follow: $this->endpoint('verb@url')->makeCall($data);
110 108
      *
111
-     * @param $endpoint
109
+     * @param string $endpoint
112 110
      *
113 111
      * @return  $this
114 112
      */
@@ -282,7 +280,7 @@  discard block
 block discarded – undo
282 280
     }
283 281
 
284 282
     /**
285
-     * @param $separator
283
+     * @param string $separator
286 284
      */
287 285
     private function validateEndpointFormat($separator)
288 286
     {
Please login to merge, or discard this patch.