Skip to content

Commit

Permalink
tests/coding-standard.yml: updated for NCS 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Feb 5, 2019
1 parent 7c719ea commit 3235d44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ parameters:
- src/Utils/Callback.php # use function
- src/Utils/Html.php # use function
- src/Utils/Strings.php # use function

PhpCsFixer\Fixer\Import\OrderedImportsFixer:
- src/Utils/Arrays.php # use function
- src/Utils/Callback.php # use function
- src/Utils/Html.php # use function
- src/Utils/Strings.php # use function

0 comments on commit 3235d44

Please sign in to comment.