Test Failed
Pull Request — master (#2893)
by Šimon
63:34
created
tests/Doctrine/Tests/DBAL/Schema/PostgreSQLSchemaManagerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
      */
19 19
     private $connection;
20 20
 
21
+    /**
22
+     * @param string $platformClass
23
+     */
21 24
     private function setupConnectionAndManager($platformClass)
22 25
     {
23 26
         $driverMock = $this->createMock('Doctrine\DBAL\Driver');
Please login to merge, or discard this patch.