You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: