Skip to content

Commit 79afef0

Browse files
author
Dimitri BOUTEILLE
committed
Fix bad phpdoc Magento\Framework\DB\Adapter\AdapterInterface::quoteColumnAs()
1 parent 2217274 commit 79afef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/DB/Adapter/AdapterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ public function quoteIdentifier($ident, $auto = false);
663663
* Quote a column identifier and alias.
664664
*
665665
* @param string|array|\Zend_Db_Expr $ident The identifier or expression.
666-
* @param string $alias An alias for the column.
666+
* @param string|null $alias An alias for the column.
667667
* @param boolean $auto If true, heed the AUTO_QUOTE_IDENTIFIERS config option.
668668
* @return string The quoted identifier and alias.
669669
*/

0 commit comments

Comments
 (0)