Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit a0d6ba7

Browse files
committed
fix tests
1 parent 8fc201e commit a0d6ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ private function getSymfonyRules()
196196
'unalign_double_arrow' => false,
197197
'unalign_equals' => false,
198198
'unneeded_control_parentheses' => true,
199-
'unused_use' => true,
199+
'unused_use' => false,
200200
'whitespacy_lines' => true,
201201
];
202202
}

0 commit comments

Comments
 (0)