-
-
Notifications
You must be signed in to change notification settings - Fork 89
Closed as not planned
Labels
Description
$ cat error.php
<?php
try {
// nothing
} catch (Exception|RuntimeException) {
}
./phpcs.phar --standard=PSR12 error.php
FILE: .../error.php
---------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 1 LINE
---------------------------------------------------------------------------
5 | ERROR | [x] Expected at least 1 space before "|"; 0 found
5 | ERROR | [x] Expected at least 1 space after "|"; 0 found
---------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------
Expected behavior
No error reported.
Please confirm
Sorry, tested on 3.10.3, not on the master.