Test Setup Failed
Pull Request — master (#2)
by Craig
02:55
created
src/Response.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -4,11 +4,11 @@
 block discarded – undo
4 4
 
5 5
 class Response {
6 6
 
7
-     /**
8
-     * status of the server response - fail is not nessisary a fail in this case
9
-     *
10
-     * @var string
11
-     */
7
+        /**
8
+         * status of the server response - fail is not nessisary a fail in this case
9
+         *
10
+         * @var string
11
+         */
12 12
     public $statusCode;
13 13
     /**
14 14
      * status code of the server response
Please login to merge, or discard this patch.