forked from doctrine/sql-formatter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,8 @@ | |
|
||
use function array_combine; | ||
use function array_keys; | ||
use function array_map; | ||
// example of autofixable error - output diff and to PR | ||
// use function array_map; | ||
use function arsort; | ||
use function assert; | ||
use function implode; | ||
|
@@ -24,7 +25,7 @@ final class Tokenizer | |
/** | ||
* Reserved words (for syntax highlighting) | ||
* | ||
* @var list<string> | ||
* example of non-autofixable error - diff is not possible, but output to PR is unchanged | ||
*/ | ||
private array $reserved = [ | ||
Check failure on line 30 in src/Tokenizer.php GitHub Actions / Coding Standards (8.3)
|
||
'ACCESSIBLE', | ||
|