Completed
Pull Request — master (#14)
by
unknown
11:22
created
src/Response/Entry.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
      */
137 137
     public function jsonSerialize()
138 138
     {
139
-        return (object) [
139
+        return (object)[
140 140
             'metadata' => $this->getMetaData(),
141 141
             'data' => $this->getData()
142 142
         ];
Please login to merge, or discard this patch.