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_CodeSniffer does not support modern JS syntax. All JS functionality will be removed in version 4 and no bugs will be fixed in version 3. I strongly suggest switching to a dedicated JS linting tool like eslint.
Following javascript code
is considered invalid in a few places. phpdbf converts it to
Which is imo wrong.
Used phpcs 3.5.3. PHP 7.4. Rules: PSR1 + PSR12
The text was updated successfully, but these errors were encountered: