Completed
Branch master (0c3c3b)
by Josué
02:09
created
Category
src/Connection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -236,7 +236,7 @@
 block discarded – undo
236 236
     /**
237 237
      * @return int
238 238
      */
239
-    public function getServerMayorVersion(){
239
+    public function getServerMayorVersion() {
240 240
         preg_match('/\\d+(:?\\.\\d+)+/', $this->serverVersion(), $matches);
241 241
         return (int)substr($matches[0], 0, strpos($matches[0], '.'));
242 242
     }
Please login to merge, or discard this patch.