Test Failed
Pull Request — master (#2765)
by Marco
04:16
created
tests/Doctrine/Tests/DBAL/Functional/LastInsertIdTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -32,6 +32,9 @@
 block discarded – undo
32 32
         return parent::tearDown();
33 33
     }
34 34
 
35
+    /**
36
+     * @param string $tableName
37
+     */
35 38
     private function createTable($tableName)
36 39
     {
37 40
         $table = new Table($tableName);
Please login to merge, or discard this patch.