Closed
Description
This issue is automatically created based on existing pull request: #30182: Fix PHPDoc param attribute is not always a string
Description (*)
Fix PHPDoc param attribute is not always a string
In the implementation:
if ($attribute instanceof AbstractAttribute) {
$attributes = $attribute->getAttributeCode();
} elseif (is_string($attribute)) {
$attributes = [$attribute];
} else {
$attributes = $attribute;
}
Manual testing scenarios (*)
N/A
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable) / N/A
- All automated tests passed successfully (all builds are green) / N/A
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done