Completed
Push — master ( 96a1a8...c6febe )
by Mathew
02:04
created
src/Http/ResponseCodes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,6 +36,6 @@
 block discarded – undo
36 36
      */
37 37
     public function getMessage($responseCode)
38 38
     {
39
-        return $this->messages[$responseCode];
39
+        return $this->messages[ $responseCode ];
40 40
     }
41 41
 }
Please login to merge, or discard this patch.