芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/midiatech/vendor/johngrogg/ics-parser/ecs.yml
# ecs check --fix . parameters: line_ending: "\n" sets: # https://github.com/Symplify/EasyCodingStandard/blob/master/config/set/psr12.yaml - 'psr12' skip: PhpCsFixer\Fixer\Basic\BracesFixer: ~ PhpCsFixer\Fixer\Operator\BinaryOperatorSpacesFixer: ~ PhpCsFixer\Fixer\Operator\NotOperatorWithSuccessorSpaceFixer: ~ PhpCsFixer\Fixer\Operator\PreIncrementFixer: ~ PhpCsFixer\Fixer\Phpdoc\PhpdocScalarFixer: ~ PhpCsFixer\Fixer\Phpdoc\PhpdocSummaryFixer: ~ PhpCsFixer\Fixer\Phpdoc\PhpdocVarAnnotationCorrectOrderFixer: ~ PhpCsFixer\Fixer\Phpdoc\PhpdocVarWithoutNameFixer: ~ PhpCsFixer\Fixer\ReturnNotation\SimplifiedNullReturnFixer: ~ # Requires PHP 7.1 and above PhpCsFixer\Fixer\ClassNotation\VisibilityRequiredFixer: ~ services: PHP_CodeSniffer\Standards\Generic\Sniffs\Classes\SelfMemberReferenceSniff: ~ PhpCsFixer\Fixer\ArrayNotation\ArraySyntaxFixer: syntax: long PhpCsFixer\Fixer\Alias\NoAliasFunctionsFixer: ~ PhpCsFixer\Fixer\Alias\NoMixedEchoPrintFixer: ~ PhpCsFixer\Fixer\ArrayNotation\NoMultilineWhitespaceAroundDoubleArrowFixer: ~ PhpCsFixer\Fixer\ArrayNotation\NoTrailingCommaInSinglelineArrayFixer: ~ PhpCsFixer\Fixer\ArrayNotation\NormalizeIndexBraceFixer: ~ PhpCsFixer\Fixer\ArrayNotation\TrailingCommaInMultilineArrayFixer: ~ PhpCsFixer\Fixer\ArrayNotation\TrimArraySpacesFixer: ~ PhpCsFixer\Fixer\Basic\EncodingFixer: ~ PhpCsFixer\Fixer\Basic\Psr4Fixer: ~ PhpCsFixer\Fixer\Casing\LowercaseConstantsFixer: ~ PhpCsFixer\Fixer\Casing\LowercaseKeywordsFixer: ~ PhpCsFixer\Fixer\Casing\LowercaseStaticReferenceFixer: ~ PhpCsFixer\Fixer\Casing\MagicConstantCasingFixer: ~ PhpCsFixer\Fixer\Casing\MagicMethodCasingFixer: ~ PhpCsFixer\Fixer\Casing\NativeFunctionCasingFixer: ~ PhpCsFixer\Fixer\Casing\NativeFunctionTypeDeclarationCasingFixer: ~ PhpCsFixer\Fixer\CastNotation\CastSpacesFixer: ~ PhpCsFixer\Fixer\CastNotation\NoShortBoolCastFixer: ~ PhpCsFixer\Fixer\ClassNotation\ClassDefinitionFixer: ~ PhpCsFixer\Fixer\ClassNotation\MethodSeparationFixer: ~ PhpCsFixer\Fixer\ClassNotation\SingleClassElementPerStatementFixer: ~ PhpCsFixer\Fixer\Comment\NoTrailingWhitespaceInCommentFixer: ~ PhpCsFixer\Fixer\Comment\SingleLineCommentStyleFixer: ~ PhpCsFixer\Fixer\ControlStructure\ElseifFixer: ~ PhpCsFixer\Fixer\ControlStructure\IncludeFixer: ~ PhpCsFixer\Fixer\ControlStructure\NoTrailingCommaInListCallFixer: ~ PhpCsFixer\Fixer\ControlStructure\NoUnneededControlParenthesesFixer: ~ PhpCsFixer\Fixer\ControlStructure\NoUnneededCurlyBraces: ~ PhpCsFixer\Fixer\ControlStructure\SwitchCaseSemicolonToColonFixer: ~ PhpCsFixer\Fixer\ControlStructure\SwitchCaseSpaceFixer: ~ PhpCsFixer\Fixer\DoctrineAnnotation\DoctrineAnnotationIndentationFixer: ~ PhpCsFixer\Fixer\FunctionNotation\FunctionDeclarationFixer: ~ PhpCsFixer\Fixer\FunctionNotation\FunctionTypehintSpaceFixer: ~ PhpCsFixer\Fixer\FunctionNotation\MethodArgumentSpaceFixer: ~ PhpCsFixer\Fixer\FunctionNotation\NoSpacesAfterFunctionNameFixer: ~ PhpCsFixer\Fixer\FunctionNotation\NoUnreachableDefaultArgumentValueFixer: ~ PhpCsFixer\Fixer\Import\NoUnusedImportsFixer: ~ PhpCsFixer\Fixer\Import\SingleImportPerStatementFixer: ~ PhpCsFixer\Fixer\Import\SingleLineAfterImportsFixer: ~ PhpCsFixer\Fixer\ListNotation\ListSyntaxFixer: ~ PhpCsFixer\Fixer\NamespaceNotation\NoLeadingNamespaceWhitespaceFixer: ~ PhpCsFixer\Fixer\NamespaceNotation\SingleBlankLineBeforeNamespaceFixer: ~ PhpCsFixer\Fixer\NamespaceNotation\SingleBlankLineBeforeNamespaceFixer: ~ PhpCsFixer\Fixer\Operator\AlignEqualsFixerHelper: ~ PhpCsFixer\Fixer\Operator\ObjectOperatorWithoutWhitespaceFixer: ~ PhpCsFixer\Fixer\Operator\StandardizeNotEqualsFixer: ~ PhpCsFixer\Fixer\PhpTag\FullOpeningTagFixer: ~ PhpCsFixer\Fixer\PhpTag\NoClosingTagFixer: ~ PhpCsFixer\Fixer\PhpdocNoUselessInheritdocFixer: ~ PhpCsFixer\Fixer\Phpdoc\NoBlankLinesAfterPhpdocFixer: ~ PhpCsFixer\Fixer\Phpdoc\NoEmptyPhpdocFixer: ~ PhpCsFixer\Fixer\Phpdoc\PhpdocIndentFixer: ~ PhpCsFixer\Fixer\Phpdoc\PhpdocInlineTagFixer: ~ PhpCsFixer\Fixer\Phpdoc\PhpdocNoAccessFixer: ~ PhpCsFixer\Fixer\Phpdoc\PhpdocNoPackageFixer: ~ PhpCsFixer\Fixer\Phpdoc\PhpdocSingleLineVarSpacingFixer: ~ PhpCsFixer\Fixer\Phpdoc\PhpdocToCommentFixer: ~ PhpCsFixer\Fixer\Phpdoc\PhpdocTrimFixer: ~ PhpCsFixer\Fixer\Phpdoc\PhpdocTypesFixer: ~ PhpCsFixer\Fixer\ReturnNotation\NoUselessReturnFixer: ~ PhpCsFixer\Fixer\Semicolon\NoEmptyStatementFixer: ~ PhpCsFixer\Fixer\Semicolon\NoMultilineWhitespaceBeforeSemicolonsFixer: ~ PhpCsFixer\Fixer\Semicolon\SpaceAfterSemicolonFixer: ~ PhpCsFixer\Fixer\StringNotation\HeredocToNowdocFixer: ~ PhpCsFixer\Fixer\StringNotation\SingleQuoteFixer: ~ PhpCsFixer\Fixer\Whitespace\BlankLineBeforeStatementFixer: ~ PhpCsFixer\Fixer\Whitespace\CompactNullableTypehint: ~ PhpCsFixer\Fixer\Whitespace\LineEndingFixer: ~ PhpCsFixer\Fixer\Whitespace\NoExtraConsecutiveBlankLinesFixer: ~ PhpCsFixer\Fixer\Whitespace\NoSpacesInsideParenthesisFixer: ~ PhpCsFixer\Fixer\Whitespace\NoWhitespaceInBlankLineFixer: ~ PhpCsFixer\Fixer\Whitespace\SingleBlankLineAtEofFixer: ~