Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-cs-fixer-2.1.2-1.el5.remi RPM for noarch

From Remi's RPM for RedHat EL 5 for i386

Name: php-cs-fixer Distribution: Unknown
Version: 2.1.2 Vendor: Remi Collet
Release: 1.el5.remi Build date: Wed Mar 15 19:17:23 2017
Group: Development/Tools Build host: builder.remirepo.net
Size: 1069392 Source RPM: php-cs-fixer-2.1.2-1.el5.remi.src.rpm
Packager: https://blog.remirepo.net/
Url: https://github.com/FriendsOfPHP/PHP-CS-Fixer
Summary: A tool to automatically fix PHP code style
The PHP Coding Standards Fixer tool fixes most issues in your code when you
want to follow the PHP coding standards as defined in the PSR-1 and PSR-2
documents and many more.

If you are already using a linter to identify coding standards problems in
your code, you know that fixing them by hand is tedious, especially on large
projects. This tool does not only detect them, but also fixes them for you.

Provides

Requires

License

MIT

Changelog

* Wed Mar 15 2017 Remi Collet <remi@remirepo.net> - 2.1.2-1
  - Update to 2.1.2
* Fri Mar 03 2017 Remi Collet <remi@remirepo.net> - 2.1.1-1
  - Update to 2.1.1
* Sat Feb 11 2017 Remi Collet <remi@fedoraproject.org> - 2.1.0-1
  - update to 2.1.0
  - add dependency on symfony/polyfill-php55 (for EPEL-7)
* Thu Feb 09 2017 Remi Collet <remi@fedoraproject.org> - 2.0.1-1
  - update to 2.0.1
* Thu Dec 01 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-1
  - update to 2.0.0
* Tue Nov 29 2016 Remi Collet <remi@fedoraproject.org> - 1.13.0-1
  - update to 1.13.0
* Tue Nov 15 2016 Remi Collet <remi@fedoraproject.org> - 1.12.4-1
  - update to 1.12.4
* Sun Oct 30 2016 Remi Collet <remi@fedoraproject.org> - 1.12.3-1
  - update to 1.12.3
  - switch from symfony/class-loader to fedora/autoloader
* Tue Sep 27 2016 Remi Collet <remi@fedoraproject.org> - 1.12.2-1
  - update to 1.12.2
* Fri Sep 09 2016 Remi Collet <remi@fedoraproject.org> - 1.12.1-1
  - initial package, version 1.12.1

Files

/usr/bin/php-cs-fixer
/usr/share/doc/php-cs-fixer-2.1.2
/usr/share/doc/php-cs-fixer-2.1.2/CHANGELOG.md
/usr/share/doc/php-cs-fixer-2.1.2/CONTRIBUTING.md
/usr/share/doc/php-cs-fixer-2.1.2/LICENSE
/usr/share/doc/php-cs-fixer-2.1.2/README.rst
/usr/share/doc/php-cs-fixer-2.1.2/UPGRADE.md
/usr/share/doc/php-cs-fixer-2.1.2/composer.json
/usr/share/php/PhpCsFixer
/usr/share/php/PhpCsFixer/AbstractAlignFixerHelper.php
/usr/share/php/PhpCsFixer/AbstractFixer.php
/usr/share/php/PhpCsFixer/AbstractFunctionReferenceFixer.php
/usr/share/php/PhpCsFixer/AbstractLinesBeforeNamespaceFixer.php
/usr/share/php/PhpCsFixer/AbstractPhpdocTypesFixer.php
/usr/share/php/PhpCsFixer/AbstractProxyFixer.php
/usr/share/php/PhpCsFixer/AbstractPsrAutoloadingFixer.php
/usr/share/php/PhpCsFixer/Cache
/usr/share/php/PhpCsFixer/Cache/Cache.php
/usr/share/php/PhpCsFixer/Cache/CacheInterface.php
/usr/share/php/PhpCsFixer/Cache/CacheManagerInterface.php
/usr/share/php/PhpCsFixer/Cache/Directory.php
/usr/share/php/PhpCsFixer/Cache/DirectoryInterface.php
/usr/share/php/PhpCsFixer/Cache/FileCacheManager.php
/usr/share/php/PhpCsFixer/Cache/FileHandler.php
/usr/share/php/PhpCsFixer/Cache/FileHandlerInterface.php
/usr/share/php/PhpCsFixer/Cache/NullCacheManager.php
/usr/share/php/PhpCsFixer/Cache/Signature.php
/usr/share/php/PhpCsFixer/Cache/SignatureInterface.php
/usr/share/php/PhpCsFixer/Config.php
/usr/share/php/PhpCsFixer/ConfigInterface.php
/usr/share/php/PhpCsFixer/ConfigurationException
/usr/share/php/PhpCsFixer/ConfigurationException/InvalidConfigurationException.php
/usr/share/php/PhpCsFixer/ConfigurationException/InvalidFixerConfigurationException.php
/usr/share/php/PhpCsFixer/ConfigurationException/RequiredFixerConfigurationException.php
/usr/share/php/PhpCsFixer/Console
/usr/share/php/PhpCsFixer/Console/Application.php
/usr/share/php/PhpCsFixer/Console/Command
/usr/share/php/PhpCsFixer/Console/Command/DescribeCommand.php
/usr/share/php/PhpCsFixer/Console/Command/DescribeNameNotFoundException.php
/usr/share/php/PhpCsFixer/Console/Command/FixCommand.php
/usr/share/php/PhpCsFixer/Console/Command/FixCommandHelp.php
/usr/share/php/PhpCsFixer/Console/Command/ReadmeCommand.php
/usr/share/php/PhpCsFixer/Console/Command/SelfUpdateCommand.php
/usr/share/php/PhpCsFixer/Console/ConfigurationResolver.php
/usr/share/php/PhpCsFixer/Console/Output
/usr/share/php/PhpCsFixer/Console/Output/NullOutput.php
/usr/share/php/PhpCsFixer/Console/Output/ProcessOutput.php
/usr/share/php/PhpCsFixer/Console/Output/ProcessOutputInterface.php
/usr/share/php/PhpCsFixer/Differ
/usr/share/php/PhpCsFixer/Differ/DiffConsoleFormatter.php
/usr/share/php/PhpCsFixer/Differ/DifferInterface.php
/usr/share/php/PhpCsFixer/Differ/NullDiffer.php
/usr/share/php/PhpCsFixer/Differ/SebastianBergmannDiffer.php
/usr/share/php/PhpCsFixer/DocBlock
/usr/share/php/PhpCsFixer/DocBlock/Annotation.php
/usr/share/php/PhpCsFixer/DocBlock/DocBlock.php
/usr/share/php/PhpCsFixer/DocBlock/Line.php
/usr/share/php/PhpCsFixer/DocBlock/Tag.php
/usr/share/php/PhpCsFixer/DocBlock/TagComparator.php
/usr/share/php/PhpCsFixer/Error
/usr/share/php/PhpCsFixer/Error/Error.php
/usr/share/php/PhpCsFixer/Error/ErrorsManager.php
/usr/share/php/PhpCsFixer/FileRemoval.php
/usr/share/php/PhpCsFixer/Finder.php
/usr/share/php/PhpCsFixer/Fixer
/usr/share/php/PhpCsFixer/Fixer/Alias
/usr/share/php/PhpCsFixer/Fixer/Alias/EregToPregFixer.php
/usr/share/php/PhpCsFixer/Fixer/Alias/MbStrFunctionsFixer.php
/usr/share/php/PhpCsFixer/Fixer/Alias/NoAliasFunctionsFixer.php
/usr/share/php/PhpCsFixer/Fixer/Alias/NoMixedEchoPrintFixer.php
/usr/share/php/PhpCsFixer/Fixer/Alias/PowToExponentiationFixer.php
/usr/share/php/PhpCsFixer/Fixer/Alias/RandomApiMigrationFixer.php
/usr/share/php/PhpCsFixer/Fixer/ArrayNotation
/usr/share/php/PhpCsFixer/Fixer/ArrayNotation/ArraySyntaxFixer.php
/usr/share/php/PhpCsFixer/Fixer/ArrayNotation/NoMultilineWhitespaceAroundDoubleArrowFixer.php
/usr/share/php/PhpCsFixer/Fixer/ArrayNotation/NoTrailingCommaInSinglelineArrayFixer.php
/usr/share/php/PhpCsFixer/Fixer/ArrayNotation/NoWhitespaceBeforeCommaInArrayFixer.php
/usr/share/php/PhpCsFixer/Fixer/ArrayNotation/NormalizeIndexBraceFixer.php
/usr/share/php/PhpCsFixer/Fixer/ArrayNotation/TrailingCommaInMultilineArrayFixer.php
/usr/share/php/PhpCsFixer/Fixer/ArrayNotation/TrimArraySpacesFixer.php
/usr/share/php/PhpCsFixer/Fixer/ArrayNotation/WhitespaceAfterCommaInArrayFixer.php
/usr/share/php/PhpCsFixer/Fixer/Basic
/usr/share/php/PhpCsFixer/Fixer/Basic/BracesFixer.php
/usr/share/php/PhpCsFixer/Fixer/Basic/EncodingFixer.php
/usr/share/php/PhpCsFixer/Fixer/Basic/Psr0Fixer.php
/usr/share/php/PhpCsFixer/Fixer/Basic/Psr4Fixer.php
/usr/share/php/PhpCsFixer/Fixer/Casing
/usr/share/php/PhpCsFixer/Fixer/Casing/LowercaseConstantsFixer.php
/usr/share/php/PhpCsFixer/Fixer/Casing/LowercaseKeywordsFixer.php
/usr/share/php/PhpCsFixer/Fixer/Casing/NativeFunctionCasingFixer.php
/usr/share/php/PhpCsFixer/Fixer/CastNotation
/usr/share/php/PhpCsFixer/Fixer/CastNotation/CastSpacesFixer.php
/usr/share/php/PhpCsFixer/Fixer/CastNotation/LowercaseCastFixer.php
/usr/share/php/PhpCsFixer/Fixer/CastNotation/ModernizeTypesCastingFixer.php
/usr/share/php/PhpCsFixer/Fixer/CastNotation/NoShortBoolCastFixer.php
/usr/share/php/PhpCsFixer/Fixer/CastNotation/ShortScalarCastFixer.php
/usr/share/php/PhpCsFixer/Fixer/ClassNotation
/usr/share/php/PhpCsFixer/Fixer/ClassNotation/ClassDefinitionFixer.php
/usr/share/php/PhpCsFixer/Fixer/ClassNotation/MethodSeparationFixer.php
/usr/share/php/PhpCsFixer/Fixer/ClassNotation/NoBlankLinesAfterClassOpeningFixer.php
/usr/share/php/PhpCsFixer/Fixer/ClassNotation/NoPhp4ConstructorFixer.php
/usr/share/php/PhpCsFixer/Fixer/ClassNotation/OrderedClassElementsFixer.php
/usr/share/php/PhpCsFixer/Fixer/ClassNotation/ProtectedToPrivateFixer.php
/usr/share/php/PhpCsFixer/Fixer/ClassNotation/SelfAccessorFixer.php
/usr/share/php/PhpCsFixer/Fixer/ClassNotation/SingleClassElementPerStatementFixer.php
/usr/share/php/PhpCsFixer/Fixer/ClassNotation/VisibilityRequiredFixer.php
/usr/share/php/PhpCsFixer/Fixer/Comment
/usr/share/php/PhpCsFixer/Fixer/Comment/HashToSlashCommentFixer.php
/usr/share/php/PhpCsFixer/Fixer/Comment/HeaderCommentFixer.php
/usr/share/php/PhpCsFixer/Fixer/Comment/NoEmptyCommentFixer.php
/usr/share/php/PhpCsFixer/Fixer/Comment/NoTrailingWhitespaceInCommentFixer.php
/usr/share/php/PhpCsFixer/Fixer/ConfigurableFixerInterface.php
/usr/share/php/PhpCsFixer/Fixer/ControlStructure
/usr/share/php/PhpCsFixer/Fixer/ControlStructure/ElseifFixer.php
/usr/share/php/PhpCsFixer/Fixer/ControlStructure/IncludeFixer.php
/usr/share/php/PhpCsFixer/Fixer/ControlStructure/NoTrailingCommaInListCallFixer.php
/usr/share/php/PhpCsFixer/Fixer/ControlStructure/NoUnneededControlParenthesesFixer.php
/usr/share/php/PhpCsFixer/Fixer/ControlStructure/NoUselessElseFixer.php
/usr/share/php/PhpCsFixer/Fixer/ControlStructure/SwitchCaseSemicolonToColonFixer.php
/usr/share/php/PhpCsFixer/Fixer/ControlStructure/SwitchCaseSpaceFixer.php
/usr/share/php/PhpCsFixer/Fixer/DefinedFixerInterface.php
/usr/share/php/PhpCsFixer/Fixer/FixerInterface.php
/usr/share/php/PhpCsFixer/Fixer/FunctionNotation
/usr/share/php/PhpCsFixer/Fixer/FunctionNotation/FunctionDeclarationFixer.php
/usr/share/php/PhpCsFixer/Fixer/FunctionNotation/FunctionTypehintSpaceFixer.php
/usr/share/php/PhpCsFixer/Fixer/FunctionNotation/MethodArgumentSpaceFixer.php
/usr/share/php/PhpCsFixer/Fixer/FunctionNotation/NativeFunctionInvocationFixer.php
/usr/share/php/PhpCsFixer/Fixer/FunctionNotation/NoSpacesAfterFunctionNameFixer.php
/usr/share/php/PhpCsFixer/Fixer/FunctionNotation/NoUnreachableDefaultArgumentValueFixer.php
/usr/share/php/PhpCsFixer/Fixer/FunctionNotation/ReturnTypeDeclarationFixer.php
/usr/share/php/PhpCsFixer/Fixer/Import
/usr/share/php/PhpCsFixer/Fixer/Import/NoLeadingImportSlashFixer.php
/usr/share/php/PhpCsFixer/Fixer/Import/NoUnusedImportsFixer.php
/usr/share/php/PhpCsFixer/Fixer/Import/OrderedImportsFixer.php
/usr/share/php/PhpCsFixer/Fixer/Import/SingleImportPerStatementFixer.php
/usr/share/php/PhpCsFixer/Fixer/Import/SingleLineAfterImportsFixer.php
/usr/share/php/PhpCsFixer/Fixer/LanguageConstruct
/usr/share/php/PhpCsFixer/Fixer/LanguageConstruct/ClassKeywordRemoveFixer.php
/usr/share/php/PhpCsFixer/Fixer/LanguageConstruct/CombineConsecutiveUnsetsFixer.php
/usr/share/php/PhpCsFixer/Fixer/LanguageConstruct/DeclareEqualNormalizeFixer.php
/usr/share/php/PhpCsFixer/Fixer/LanguageConstruct/DirConstantFixer.php
/usr/share/php/PhpCsFixer/Fixer/LanguageConstruct/IsNullFixer.php
/usr/share/php/PhpCsFixer/Fixer/LanguageConstruct/SilencedDeprecationErrorFixer.php
/usr/share/php/PhpCsFixer/Fixer/NamespaceNotation
/usr/share/php/PhpCsFixer/Fixer/NamespaceNotation/BlankLineAfterNamespaceFixer.php
/usr/share/php/PhpCsFixer/Fixer/NamespaceNotation/NoBlankLinesBeforeNamespaceFixer.php
/usr/share/php/PhpCsFixer/Fixer/NamespaceNotation/NoLeadingNamespaceWhitespaceFixer.php
/usr/share/php/PhpCsFixer/Fixer/NamespaceNotation/SingleBlankLineBeforeNamespaceFixer.php
/usr/share/php/PhpCsFixer/Fixer/Operator
/usr/share/php/PhpCsFixer/Fixer/Operator/AlignDoubleArrowFixerHelper.php
/usr/share/php/PhpCsFixer/Fixer/Operator/AlignEqualsFixerHelper.php
/usr/share/php/PhpCsFixer/Fixer/Operator/BinaryOperatorSpacesFixer.php
/usr/share/php/PhpCsFixer/Fixer/Operator/ConcatSpaceFixer.php
/usr/share/php/PhpCsFixer/Fixer/Operator/NewWithBracesFixer.php
/usr/share/php/PhpCsFixer/Fixer/Operator/NotOperatorWithSpaceFixer.php
/usr/share/php/PhpCsFixer/Fixer/Operator/NotOperatorWithSuccessorSpaceFixer.php
/usr/share/php/PhpCsFixer/Fixer/Operator/ObjectOperatorWithoutWhitespaceFixer.php
/usr/share/php/PhpCsFixer/Fixer/Operator/PreIncrementFixer.php
/usr/share/php/PhpCsFixer/Fixer/Operator/StandardizeNotEqualsFixer.php
/usr/share/php/PhpCsFixer/Fixer/Operator/TernaryOperatorSpacesFixer.php
/usr/share/php/PhpCsFixer/Fixer/Operator/TernaryToNullCoalescingFixer.php
/usr/share/php/PhpCsFixer/Fixer/Operator/UnaryOperatorSpacesFixer.php
/usr/share/php/PhpCsFixer/Fixer/PhpTag
/usr/share/php/PhpCsFixer/Fixer/PhpTag/BlankLineAfterOpeningTagFixer.php
/usr/share/php/PhpCsFixer/Fixer/PhpTag/FullOpeningTagFixer.php
/usr/share/php/PhpCsFixer/Fixer/PhpTag/LinebreakAfterOpeningTagFixer.php
/usr/share/php/PhpCsFixer/Fixer/PhpTag/NoClosingTagFixer.php
/usr/share/php/PhpCsFixer/Fixer/PhpTag/NoShortEchoTagFixer.php
/usr/share/php/PhpCsFixer/Fixer/PhpUnit
/usr/share/php/PhpCsFixer/Fixer/PhpUnit/PhpUnitConstructFixer.php
/usr/share/php/PhpCsFixer/Fixer/PhpUnit/PhpUnitDedicateAssertFixer.php
/usr/share/php/PhpCsFixer/Fixer/PhpUnit/PhpUnitFqcnAnnotationFixer.php
/usr/share/php/PhpCsFixer/Fixer/PhpUnit/PhpUnitStrictFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/GeneralPhpdocAnnotationRemoveFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/NoBlankLinesAfterPhpdocFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/NoEmptyPhpdocFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocAddMissingParamAnnotationFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocAlignFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocAnnotationWithoutDotFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocIndentFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocInlineTagFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocNoAccessFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocNoAliasTagFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocNoEmptyReturnFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocNoPackageFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocNoUselessInheritdocFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocOrderFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocReturnSelfReferenceFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocScalarFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocSeparationFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocSingleLineVarSpacingFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocSummaryFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocToCommentFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocTrimFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocTypesFixer.php
/usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocVarWithoutNameFixer.php
/usr/share/php/PhpCsFixer/Fixer/ReturnNotation
/usr/share/php/PhpCsFixer/Fixer/ReturnNotation/BlankLineBeforeReturnFixer.php
/usr/share/php/PhpCsFixer/Fixer/ReturnNotation/NoUselessReturnFixer.php
/usr/share/php/PhpCsFixer/Fixer/ReturnNotation/SimplifiedNullReturnFixer.php
/usr/share/php/PhpCsFixer/Fixer/Semicolon
/usr/share/php/PhpCsFixer/Fixer/Semicolon/NoEmptyStatementFixer.php
/usr/share/php/PhpCsFixer/Fixer/Semicolon/NoMultilineWhitespaceBeforeSemicolonsFixer.php
/usr/share/php/PhpCsFixer/Fixer/Semicolon/NoSinglelineWhitespaceBeforeSemicolonsFixer.php
/usr/share/php/PhpCsFixer/Fixer/Semicolon/SemicolonAfterInstructionFixer.php
/usr/share/php/PhpCsFixer/Fixer/Semicolon/SpaceAfterSemicolonFixer.php
/usr/share/php/PhpCsFixer/Fixer/Strict
/usr/share/php/PhpCsFixer/Fixer/Strict/DeclareStrictTypesFixer.php
/usr/share/php/PhpCsFixer/Fixer/Strict/StrictComparisonFixer.php
/usr/share/php/PhpCsFixer/Fixer/Strict/StrictParamFixer.php
/usr/share/php/PhpCsFixer/Fixer/StringNotation
/usr/share/php/PhpCsFixer/Fixer/StringNotation/HeredocToNowdocFixer.php
/usr/share/php/PhpCsFixer/Fixer/StringNotation/SingleQuoteFixer.php
/usr/share/php/PhpCsFixer/Fixer/Whitespace
/usr/share/php/PhpCsFixer/Fixer/Whitespace/IndentationTypeFixer.php
/usr/share/php/PhpCsFixer/Fixer/Whitespace/LineEndingFixer.php
/usr/share/php/PhpCsFixer/Fixer/Whitespace/NoExtraConsecutiveBlankLinesFixer.php
/usr/share/php/PhpCsFixer/Fixer/Whitespace/NoSpacesAroundOffsetFixer.php
/usr/share/php/PhpCsFixer/Fixer/Whitespace/NoSpacesInsideParenthesisFixer.php
/usr/share/php/PhpCsFixer/Fixer/Whitespace/NoTrailingWhitespaceFixer.php
/usr/share/php/PhpCsFixer/Fixer/Whitespace/NoWhitespaceInBlankLineFixer.php
/usr/share/php/PhpCsFixer/Fixer/Whitespace/SingleBlankLineAtEofFixer.php
/usr/share/php/PhpCsFixer/Fixer/WhitespacesAwareFixerInterface.php
/usr/share/php/PhpCsFixer/FixerDefinition
/usr/share/php/PhpCsFixer/FixerDefinition/CodeSample.php
/usr/share/php/PhpCsFixer/FixerDefinition/CodeSampleInterface.php
/usr/share/php/PhpCsFixer/FixerDefinition/FileSpecificCodeSample.php
/usr/share/php/PhpCsFixer/FixerDefinition/FileSpecificCodeSampleInterface.php
/usr/share/php/PhpCsFixer/FixerDefinition/FixerDefinition.php
/usr/share/php/PhpCsFixer/FixerDefinition/FixerDefinitionInterface.php
/usr/share/php/PhpCsFixer/FixerDefinition/VersionSpecificCodeSample.php
/usr/share/php/PhpCsFixer/FixerDefinition/VersionSpecificCodeSampleInterface.php
/usr/share/php/PhpCsFixer/FixerDefinition/VersionSpecification.php
/usr/share/php/PhpCsFixer/FixerDefinition/VersionSpecificationInterface.php
/usr/share/php/PhpCsFixer/FixerFactory.php
/usr/share/php/PhpCsFixer/FixerFileProcessedEvent.php
/usr/share/php/PhpCsFixer/FixerNameValidator.php
/usr/share/php/PhpCsFixer/Linter
/usr/share/php/PhpCsFixer/Linter/Linter.php
/usr/share/php/PhpCsFixer/Linter/LinterInterface.php
/usr/share/php/PhpCsFixer/Linter/LintingException.php
/usr/share/php/PhpCsFixer/Linter/LintingResultInterface.php
/usr/share/php/PhpCsFixer/Linter/ProcessLinter.php
/usr/share/php/PhpCsFixer/Linter/ProcessLintingResult.php
/usr/share/php/PhpCsFixer/Linter/TokenizerLinter.php
/usr/share/php/PhpCsFixer/Linter/TokenizerLintingResult.php
/usr/share/php/PhpCsFixer/Linter/UnavailableLinterException.php
/usr/share/php/PhpCsFixer/Report
/usr/share/php/PhpCsFixer/Report/JsonReporter.php
/usr/share/php/PhpCsFixer/Report/JunitReporter.php
/usr/share/php/PhpCsFixer/Report/ReportSummary.php
/usr/share/php/PhpCsFixer/Report/ReporterFactory.php
/usr/share/php/PhpCsFixer/Report/ReporterInterface.php
/usr/share/php/PhpCsFixer/Report/TextReporter.php
/usr/share/php/PhpCsFixer/Report/XmlReporter.php
/usr/share/php/PhpCsFixer/Resources
/usr/share/php/PhpCsFixer/Resources/phar-stub.php
/usr/share/php/PhpCsFixer/RuleSet.php
/usr/share/php/PhpCsFixer/RuleSetInterface.php
/usr/share/php/PhpCsFixer/Runner
/usr/share/php/PhpCsFixer/Runner/FileCachingLintingIterator.php
/usr/share/php/PhpCsFixer/Runner/FileFilterIterator.php
/usr/share/php/PhpCsFixer/Runner/FileLintingIterator.php
/usr/share/php/PhpCsFixer/Runner/Runner.php
/usr/share/php/PhpCsFixer/StdinFileInfo.php
/usr/share/php/PhpCsFixer/Test
/usr/share/php/PhpCsFixer/Test/AbstractFixerTestCase.php
/usr/share/php/PhpCsFixer/Test/AbstractIntegrationTestCase.php
/usr/share/php/PhpCsFixer/Test/AbstractTransformerTestCase.php
/usr/share/php/PhpCsFixer/Test/AccessibleObject.php
/usr/share/php/PhpCsFixer/Test/IntegrationCase.php
/usr/share/php/PhpCsFixer/Test/IntegrationCaseFactory.php
/usr/share/php/PhpCsFixer/Tokenizer
/usr/share/php/PhpCsFixer/Tokenizer/AbstractTransformer.php
/usr/share/php/PhpCsFixer/Tokenizer/CT.php
/usr/share/php/PhpCsFixer/Tokenizer/Token.php
/usr/share/php/PhpCsFixer/Tokenizer/Tokens.php
/usr/share/php/PhpCsFixer/Tokenizer/TokensAnalyzer.php
/usr/share/php/PhpCsFixer/Tokenizer/Transformer
/usr/share/php/PhpCsFixer/Tokenizer/Transformer/ArrayTypehintTransformer.php
/usr/share/php/PhpCsFixer/Tokenizer/Transformer/BraceClassInstantiationTransformer.php
/usr/share/php/PhpCsFixer/Tokenizer/Transformer/ClassConstantTransformer.php
/usr/share/php/PhpCsFixer/Tokenizer/Transformer/CurlyBraceTransformer.php
/usr/share/php/PhpCsFixer/Tokenizer/Transformer/ImportTransformer.php
/usr/share/php/PhpCsFixer/Tokenizer/Transformer/NamespaceOperatorTransformer.php
/usr/share/php/PhpCsFixer/Tokenizer/Transformer/NullableTypeTransformer.php
/usr/share/php/PhpCsFixer/Tokenizer/Transformer/ReturnRefTransformer.php
/usr/share/php/PhpCsFixer/Tokenizer/Transformer/SquareBraceTransformer.php
/usr/share/php/PhpCsFixer/Tokenizer/Transformer/TypeAlternationTransformer.php
/usr/share/php/PhpCsFixer/Tokenizer/Transformer/TypeColonTransformer.php
/usr/share/php/PhpCsFixer/Tokenizer/Transformer/UseTransformer.php
/usr/share/php/PhpCsFixer/Tokenizer/Transformer/WhitespacyCommentTransformer.php
/usr/share/php/PhpCsFixer/Tokenizer/TransformerInterface.php
/usr/share/php/PhpCsFixer/Tokenizer/Transformers.php
/usr/share/php/PhpCsFixer/ToolInfo.php
/usr/share/php/PhpCsFixer/Utils.php
/usr/share/php/PhpCsFixer/WhitespacesFixerConfig.php
/usr/share/php/PhpCsFixer/autoload.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 10:32:15 2024