Completed
Pull Request — master (#4)
by
unknown
15:46 queued 08:25
created
lib/PHPLicengine/Api/Result.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -102,12 +102,12 @@  discard block
 block discarded – undo
102 102
               $this->curlInfo = $curlInfo;
103 103
        }
104 104
 
105
-       public function isError () 
105
+       public function isError() 
106 106
        {
107 107
               return isset($this->getResponseObject()->errors) && $this->getResponseObject()->errors;
108 108
        }
109 109
      
110
-       public function getDescription () 
110
+       public function getDescription() 
111 111
        {
112 112
               return $this->getResponseObject()->description;
113 113
        }
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
               return json_decode($this->body);
128 128
        }
129 129
 
130
-       public function getResponseArray () 
130
+       public function getResponseArray() 
131 131
        {
132 132
               return json_decode($this->body, true);
133 133
        }
Please login to merge, or discard this patch.