Failed Conditions
Pull Request — master (#2825)
by Sébastien
10:02
created
tests/Doctrine/Tests/DBAL/Schema/MySqlSchemaManagerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -71,6 +71,9 @@
 block discarded – undo
71 71
         }
72 72
     }
73 73
 
74
+    /**
75
+     * @param \Doctrine\DBAL\Platforms\MySqlPlatform $platform
76
+     */
74 77
     public function getColumnDefinition($platform)
75 78
     {
76 79
         $mariaDb102 = ($platform instanceof MariaDb102Platform);
Please login to merge, or discard this patch.