Completed
Push — master ( ab67f2...b2f134 )
by Timur
01:52 queued 14s
created
src/ApiResource.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
      */
141 141
     public function getData($key = null, $default = null)
142 142
     {
143
-        if($key === null) {
143
+        if ($key === null) {
144 144
             return $this->data;
145 145
         }
146 146
         
Please login to merge, or discard this patch.