Passed
Push — main ( e7c4ee...cf347e )
by Thierry
01:52
created
src/Db/ServerInterface.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
      *
89 89
      * @return boolean
90 90
      */
91
-    public function createDatabase(string $database, string $collation) ;
91
+    public function createDatabase(string $database, string $collation);
92 92
 
93 93
     /**
94 94
      * Drop databases
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
      *
132 132
      * @return array
133 133
      */
134
-    public function routineLanguages() ;
134
+    public function routineLanguages();
135 135
 
136 136
     /**
137 137
      * Get routine signature
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
      *
149 149
      * @return array
150 150
      */
151
-    public function userTypes() ;
151
+    public function userTypes();
152 152
 
153 153
     /**
154 154
      * Get existing schemas
Please login to merge, or discard this patch.