Completed
Push — master ( 1976df...54cab6 )
by Ori
02:32
created
src/Schema.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     public function __construct($descriptor = null)
24 24
     {
25 25
         if (is_null($descriptor)) {
26
-            $this->descriptor = (object) ['fields' => []];
26
+            $this->descriptor = (object)['fields' => []];
27 27
         } else {
28 28
             if (Utils::isJsonString($descriptor)) {
29 29
                 // it's a json encoded string
Please login to merge, or discard this patch.