|
@@ -143,7 +143,6 @@ final class FixerFactoryTest extends TestCase
|
|
|
array($fixers['phpdoc_no_package'], $fixers['phpdoc_trim']),
|
|
|
array($fixers['phpdoc_no_useless_inheritdoc'], $fixers['no_empty_phpdoc']),
|
|
|
array($fixers['phpdoc_no_useless_inheritdoc'], $fixers['no_trailing_whitespace_in_comment']),
|
|
|
- array($fixers['phpdoc_no_useless_inheritdoc'], $fixers['phpdoc_inline_tag']),
|
|
|
array($fixers['phpdoc_order'], $fixers['phpdoc_separation']),
|
|
|
array($fixers['phpdoc_order'], $fixers['phpdoc_trim']),
|
|
|
array($fixers['phpdoc_separation'], $fixers['phpdoc_trim']),
|
|
@@ -162,7 +161,6 @@ final class FixerFactoryTest extends TestCase
|
|
|
array($fixers['single_import_per_statement'], $fixers['no_multiline_whitespace_before_semicolons']),
|
|
|
array($fixers['single_import_per_statement'], $fixers['no_singleline_whitespace_before_semicolons']),
|
|
|
array($fixers['single_import_per_statement'], $fixers['no_unused_imports']),
|
|
|
- array($fixers['single_import_per_statement'], $fixers['ordered_imports']),
|
|
|
array($fixers['single_import_per_statement'], $fixers['space_after_semicolon']),
|
|
|
array($fixers['unary_operator_spaces'], $fixers['not_operator_with_space']),
|
|
|
array($fixers['unary_operator_spaces'], $fixers['not_operator_with_successor_space']),
|