Skip to content

Commit f2b20d1

Browse files
Fix PHPDoc param attribute is not always a string
1 parent 5977749 commit f2b20d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Model/ResourceModel/EntityAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function __construct(
8787
* Perform actions after object save
8888
*
8989
* @param \Magento\Framework\Model\AbstractModel $object
90-
* @param string $attribute
90+
* @param AbstractAttribute|string[]|string $attribute
9191
* @return $this
9292
* @throws \Exception
9393
*/

0 commit comments

Comments
 (0)