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
$ composer show | grep -P 'coding-standard|php_codesniffer'
doctrine/coding-standard 8.0.0 The Doctrine Coding Standard is a ...
slevomat/coding-standard 6.3.8 Slevomat Coding Standard for PHP_C...
squizlabs/php_codesniffer 3.5.5 PHP_CodeSniffer tokenizes PHP, Jav...
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------
5 | ERROR | [x] Type E_ALL is not used in this file.
| | (SlevomatCodingStandard.Namespaces.UnusedUses.UnusedUse)
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------
Consider the following code example:
The following violation is reported:
After a fix, the file will look like this:
The text was updated successfully, but these errors were encountered: