|
@@ -198,6 +198,7 @@ final class RuleSetTest extends TestCase
|
|
'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline'],
|
|
'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline'],
|
|
'no_break_comment' => true,
|
|
'no_break_comment' => true,
|
|
'no_closing_tag' => true,
|
|
'no_closing_tag' => true,
|
|
|
|
+ 'no_space_around_double_colon' => true,
|
|
'no_spaces_after_function_name' => true,
|
|
'no_spaces_after_function_name' => true,
|
|
'no_spaces_inside_parenthesis' => true,
|
|
'no_spaces_inside_parenthesis' => true,
|
|
'no_trailing_whitespace' => true,
|
|
'no_trailing_whitespace' => true,
|
|
@@ -239,6 +240,7 @@ final class RuleSetTest extends TestCase
|
|
'no_break_comment' => true,
|
|
'no_break_comment' => true,
|
|
'no_closing_tag' => true,
|
|
'no_closing_tag' => true,
|
|
'no_spaces_after_function_name' => true,
|
|
'no_spaces_after_function_name' => true,
|
|
|
|
+ 'no_space_around_double_colon' => true,
|
|
'no_spaces_inside_parenthesis' => true,
|
|
'no_spaces_inside_parenthesis' => true,
|
|
'no_trailing_whitespace' => true,
|
|
'no_trailing_whitespace' => true,
|
|
'no_trailing_whitespace_in_comment' => true,
|
|
'no_trailing_whitespace_in_comment' => true,
|