Failed Conditions
Push — master ( 3f67cb...408161 )
by Marco
23:12 queued 13:31
created
lib/Doctrine/DBAL/Connection.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -581,7 +581,7 @@  discard block
 block discarded – undo
581 581
      * @param integer $column    The 0-indexed column number to retrieve.
582 582
      * @param array  $types      The query parameter types.
583 583
      *
584
-     * @return mixed|bool False is returned if no rows are found.
584
+     * @return string|boolean False is returned if no rows are found.
585 585
      *
586 586
      * @throws \Doctrine\DBAL\DBALException
587 587
      */
@@ -1126,7 +1126,7 @@  discard block
 block discarded – undo
1126 1126
     /**
1127 1127
      * Fetches the SQLSTATE associated with the last database operation.
1128 1128
      *
1129
-     * @return integer The last error code.
1129
+     * @return string|null The last error code.
1130 1130
      */
1131 1131
     public function errorCode()
1132 1132
     {
@@ -1233,7 +1233,7 @@  discard block
 block discarded – undo
1233 1233
      * Returns the savepoint name to use for nested transactions are false if they are not supported
1234 1234
      * "savepointFormat" parameter is not set
1235 1235
      *
1236
-     * @return mixed A string with the savepoint name or false.
1236
+     * @return string A string with the savepoint name or false.
1237 1237
      */
1238 1238
     protected function _getNestedTransactionSavePointName()
1239 1239
     {
Please login to merge, or discard this patch.