Skip to content

Commit d5dfa6b

Browse files
authored
Merge pull request #10 from KaririCode-Framework/develop
Develop
2 parents 2e8b9e5 + 78e1cf9 commit d5dfa6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Core/ProjectDetector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ private function detectTestSuites(string $root, array $testDirs): array
185185
'statements' => ['break', 'continue', 'declare', 'return', 'throw', 'try'],
186186
],
187187
'class_attributes_separation' => [
188-
'elements' => ['method' => 'one', 'property' => 'one'],
188+
'elements' => ['method' => 'one', 'property' => 'none'],
189189
],
190190
'method_argument_space' => [
191191
'on_multiline' => 'ensure_fully_multiline',

0 commit comments

Comments
 (0)