Completed
Push — master ( bfef45...da3286 )
by Vladimir
02:20
created
src/SoqlQuery.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,9 @@
 block discarded – undo
87 87
      *
88 88
      * @since 0.1.0
89 89
      */
90
-    public function __construct () {}
90
+    public function __construct ()
91
+    {
92
+}
91 93
 
92 94
     /**
93 95
      * Convert the current information into a URL encoded query that can be appended to the domain
Please login to merge, or discard this patch.