Skip to content

Commit aa5ed16

Browse files
author
Freek Vandeursen
committed
Fix PhpDoc to show correct parameter types
1 parent 3c59bd5 commit aa5ed16

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)