Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Commit d774751

Browse files
committed
testing php cs rules
1 parent 66d4223 commit d774751

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
vendor/*
22
composer.lock
3+
.php_cs.cache

.php_cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ return PhpCsFixer\Config::create()
1010
'@PSR2' => true,
1111
'array_syntax' => ['syntax' => 'short'],
1212

13-
// additional symfony fixers
1413
'blank_line_after_namespace' => true,
1514
'blank_line_before_return' => true,
1615
'concat_space' => ['spacing' => 'one'],
@@ -33,7 +32,6 @@ return PhpCsFixer\Config::create()
3332
'single_blank_line_at_eof' => true,
3433
'single_quote' => true,
3534
'trailing_comma_in_multiline_array' => true,
36-
// additional contrib fixers
3735
'ordered_imports' => true,
3836
'phpdoc_order' => true,
3937
])

0 commit comments

Comments
 (0)