Skip to content

Commit 045771f

Browse files
ENGCOM-8263: Fix PHPDoc param attribute is not always a string #30182
- Merge Pull Request #30182 from FredericMartinez/magento2:patch-1 - Merged commits: 1. f2b20d1 2. 6b84d0a
2 parents ae30d5e + 6b84d0a commit 045771f

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)