Completed
Push — master ( d20ae8...9f0c7a )
by Arthur
05:54 queued 03:02
created
app/Http/Controllers/ACSController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
      *
144 144
      * @param $message
145 145
      * @param $device
146
-     * @return Response
146
+     * @return \Illuminate\Http\JsonResponse
147 147
      */
148 148
     private function handleSystemCheckIn($message, $device, $service)
149 149
     {
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
      * @param int   $statusCode
184 184
      * @param array $responseData
185 185
      *
186
-     * @return \Response
186
+     * @return \Illuminate\Http\JsonResponse
187 187
      */
188 188
     private function sendResponse($statusCode = 200, array $responseData)
189 189
     {
Please login to merge, or discard this patch.