mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #8543] Add missing @param and @return PHPDoc attributes #11051
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/doctrine/orm/pull/8543
State: closed
Merged: Yes
After the recent CS improvement batches some
@paramattributes had been replaced by@psalm-paramwhich removes information for IDEs which are not interpreting those attributes. Same goes for@return.This is the first step of two or three. What imho should follow and what I am willing to do (if you like this PR) is:
@paramwhich usesarray<>orarray{}syntax should be changed to@psalm-paramand like in this PR duplicated+fixed for@param(same goes for@returnagain).@varand@psalm-varI left this out here./cc @greg0ire