Test Failed
Push — master ( 13dcda...44dfad )
by Antonio Carlos
04:33
created
src/Notifications/HealthStatus.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -132,8 +132,8 @@  discard block
 block discarded – undo
132 132
     /**
133 133
      * Get the action message.
134 134
      *
135
-     * @param $item
136
-     * @return \Illuminate\Config\Repository|mixed
135
+     * @param HealthStatus $item
136
+     * @return string
137 137
      */
138 138
     private function getActionMessage($item)
139 139
     {
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
     /**
146 146
      * Get the action title.
147 147
      *
148
-     * @return mixed
148
+     * @return string
149 149
      */
150 150
     protected function getActionTitle()
151 151
     {
Please login to merge, or discard this patch.
src/Support/Resource.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
      * Resource factory.
88 88
      *
89 89
      * @param Collection $data
90
-     * @return resource
90
+     * @return Resource
91 91
      * @throws \Exception
92 92
      */
93 93
     public static function factory(Collection $data)
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
      * Check all targets for a resource.
177 177
      *
178 178
      * @param string $action
179
-     * @return resource
179
+     * @return Resource
180 180
      */
181 181
     public function check($action = 'resource')
182 182
     {
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
      * Check global resources.
196 196
      *
197 197
      * @param $resources
198
-     * @return resource
198
+     * @return Resource
199 199
      */
200 200
     public function checkGlobal($resources)
201 201
     {
@@ -234,7 +234,7 @@  discard block
 block discarded – undo
234 234
     /**
235 235
      * Send notifications.
236 236
      *
237
-     * @return static
237
+     * @return Collection
238 238
      */
239 239
     protected function sendNotifications()
240 240
     {
@@ -294,7 +294,7 @@  discard block
 block discarded – undo
294 294
      * Resources setter.
295 295
      *
296 296
      * @param $resources
297
-     * @return resource
297
+     * @return Resource
298 298
      */
299 299
     protected function setResources($resources)
300 300
     {
Please login to merge, or discard this patch.