Skip to content

Commit 72b2794

Browse files
⏫ Forwardport of #12826 to 2.3-develop branch
Applied pull request patch https://github.com/magento/magento2/pull/12826.patch (created by @FreekVandeursen) based on commit(s): 1. aa5ed16
1 parent 8e77e2f commit 72b2794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/Model/ResourceModel/Db/Collection/AbstractCollection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,9 +496,9 @@ public function getAllIds()
496496
/**
497497
* Join table to collection select
498498
*
499-
* @param string $table
499+
* @param string|array $table
500500
* @param string $cond
501-
* @param string $cols
501+
* @param string|array $cols
502502
* @return $this
503503
*/
504504
public function join($table, $cond, $cols = '*')

0 commit comments

Comments
 (0)