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
PHP 7.3 relaxed requirements for heredoc and nowdoc syntax.
The WPCS native sniffs which test for T_HEREDOC and T_NOWDOC tokens will need to be reviewed to make sure that they handle the changes correctly. We'll need to add additional tests that will handle the marker and text within the heredoc/nowdoc enclosing collisions.
We'd also need to see where and in which situations we can use utilities provided by PHPCSUtils package.
PHP 7.3 relaxed requirements for heredoc and nowdoc syntax.
The WPCS native sniffs which test for
T_HEREDOC
andT_NOWDOC
tokens will need to be reviewed to make sure that they handle the changes correctly. We'll need to add additional tests that will handle the marker and text within the heredoc/nowdoc enclosing collisions.We'd also need to see where and in which situations we can use utilities provided by PHPCSUtils package.
Refs:
Related to #764
The text was updated successfully, but these errors were encountered: