Test Setup Failed
Pull Request — 2.6 (#3158)
by Ben
05:27
created
lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -81,6 +81,7 @@  discard block
 block discarded – undo
81 81
 
82 82
     /**
83 83
      * {@inheritDoc}
84
+     * @param boolean $from
84 85
      */
85 86
     public function getSubstringExpression($value, $from, $length = null)
86 87
     {
@@ -192,6 +193,8 @@  discard block
 block discarded – undo
192 193
 
193 194
     /**
194 195
      * {@inheritdoc}
196
+     * @param string $tableName
197
+     * @param string $columnName
195 198
      */
196 199
     public function getIdentitySequenceName($tableName, $columnName)
197 200
     {
@@ -668,6 +671,9 @@  discard block
 block discarded – undo
668 671
 
669 672
     /**
670 673
      * {@inheritdoc}
674
+     * @param string $tableName
675
+     * @param string $columnName
676
+     * @param string $comment
671 677
      */
672 678
     public function getCommentOnColumnSQL($tableName, $columnName, $comment)
673 679
     {
Please login to merge, or discard this patch.