File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2121 </stubs >
2222
2323 <issueHandlers >
24+ <DeprecatedClass errorLevel =' suppress' />
2425 <InternalClass errorLevel =' suppress' />
2526 <InternalMethod errorLevel =' suppress' />
2627 <MissingConstructor errorLevel =' suppress' />
Original file line number Diff line number Diff line change 1111
1212namespace PhpCsFixerCustomFixersDev \Readme ;
1313
14- use PhpCsFixer \Console \Command \HelpCommand ;
1514use PhpCsFixer \Fixer \ConfigurableFixerInterface ;
1615use PhpCsFixer \Fixer \DeprecatedFixerInterface ;
1716use PhpCsFixer \Fixer \WhitespacesAwareFixerInterface ;
1817use PhpCsFixer \FixerDefinition \CodeSampleInterface ;
1918use PhpCsFixer \StdinFileInfo ;
2019use PhpCsFixer \Tokenizer \Tokens ;
20+ use PhpCsFixer \Utils ;
2121use PhpCsFixer \WhitespacesFixerConfig ;
2222use PhpCsFixerCustomFixers \Fixer \AbstractFixer ;
2323use PhpCsFixerCustomFixers \Fixer \DataProviderStaticFixer ;
@@ -219,7 +219,7 @@ private function fixers(): string
219219 $ option ->getName (),
220220 \implode ('`, ` ' , $ allowed ),
221221 $ option ->getDescription (),
222- HelpCommand ::toString ($ option ->getDefault ()),
222+ Utils ::toString ($ option ->getDefault ()),
223223 );
224224 }
225225 }
You can’t perform that action at this time.
0 commit comments