Passed
Push — master ( 7e2ddb...73a986 )
by Michael
07:32
created
src/MemoryDatabase.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -40,6 +40,9 @@
 block discarded – undo
40 40
         return $this->lastIdCreated;
41 41
     }
42 42
 
43
+    /**
44
+     * @param string $table
45
+     */
43 46
     private function createTableIfNotExists($table)
44 47
     {
45 48
         if (!isset($this->tables[$table])) {
Please login to merge, or discard this patch.