@@ -236,7 +236,7 @@ |
||
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 | } |