Open
Description
This is a companion issue to the core issue at backdrop/backdrop-issues#6876. Core was using inconsistent type hinting such as /* @var Block $block */
vs /** @var Block $block */
, with the second example being more supported by some developer tools and IDEs. We standardized on the second format. It would be great if PHPCS would find an catch the first syntax and report it as incorrect.
Metadata
Metadata
Assignees
Labels
No labels