Passed
Push — main ( 4e725e...234d4c )
by Thierry
01:35
created
src/Db/ServerInterface.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
      *
66 66
      * @return boolean
67 67
      */
68
-    public function createDatabase(string $database, string $collation) ;
68
+    public function createDatabase(string $database, string $collation);
69 69
 
70 70
     /**
71 71
      * Drop a database
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
      *
92 92
      * @return array
93 93
      */
94
-    public function routineLanguages() ;
94
+    public function routineLanguages();
95 95
 
96 96
     /**
97 97
      * Get server variables
Please login to merge, or discard this patch.