Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: php-cs-fixer | Distribution: Unknown |
Version: 2.16.4 | Vendor: Remi's RPM repository <https://rpms.remirepo.net/> |
Release: 3.el6.remi | Build date: Mon Oct 26 09:06:42 2020 |
Group: Unspecified | Build host: builder.remirepo.net |
Size: 2269497 | Source RPM: php-cs-fixer-2.16.4-3.el6.remi.src.rpm |
Packager: Remi Collet | |
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.
MIT
* Mon Oct 26 2020 Remi Collet <[email protected]> - 2.16.4-3 - raise dependency on PHP 7.2 - drop dependency on symfony-polyfill * Mon Jun 29 2020 Remi Collet <[email protected]> - 2.16.4-1 - update to 2.16.4 * Thu Apr 16 2020 Remi Collet <[email protected]> - 2.16.3-1 - update to 2.16.3 * Mon Apr 13 2020 Remi Collet <[email protected]> - 2.16.2-1 - update to 2.16.2 * Tue Nov 26 2019 Remi Collet <[email protected]> - 2.16.1-1 - update to 2.16.1 * Mon Nov 04 2019 Remi Collet <[email protected]> - 2.16.0-1 - update to 2.16.0 * Sun Sep 01 2019 Remi Collet <[email protected]> - 2.15.3-1 - update to 2.15.3 * Thu Aug 29 2019 Remi Collet <[email protected]> - 2.15.2-1 - update to 2.15.2 * Tue Jun 04 2019 Remi Collet <[email protected]> - 2.15.1-1 - update to 2.15.1 * Mon May 06 2019 Remi Collet <[email protected]> - 2.15.0-1 - update to 2.15.0 - add patch for libpcre2 10.33 from https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/4406 * Mon Feb 18 2019 Remi Collet <[email protected]> - 2.14.2-1 - update to 2.14.2 (no change) * Mon Feb 11 2019 Remi Collet <[email protected]> - 2.14.1-1 - update to 2.14.1 * Sat Jan 05 2019 Remi Collet <[email protected]> - 2.14.0-1 - update to 2.14.0 * Wed Jan 02 2019 Remi Collet <[email protected]> - 2.13.2-1 - update to 2.13.2 * Tue Dec 11 2018 Remi Collet <[email protected]> - 2.13.1-2 - skip 1 test failing with PHPUnit 7.5 * Sun Oct 21 2018 Remi Collet <[email protected]> - 2.13.1-1 - update to 2.13.1 * Fri Aug 24 2018 Remi Collet <[email protected]> - 2.13.0-1 - update to 2.13.0 * Mon Aug 20 2018 Remi Collet <[email protected]> - 2.12.3-1 - update to 2.12.3 - raise dependency on composer/xdebug-handler 1.2 * Fri Jul 06 2018 Remi Collet <[email protected]> - 2.12.2-1 - update to 2.12.2 * Mon Jun 11 2018 Remi Collet <[email protected]> - 2.12.1-1 - update to 2.12.1 * Tue Jun 05 2018 Remi Collet <[email protected]> - 2.12.0-2 - add weak dependency on php-cs-fixer/phpunit-constraint-isidenticalstring - add weak dependency on php-cs-fixer/phpunit-constraint-xmlmatchesxsd * Mon Jun 04 2018 Remi Collet <[email protected]> - 2.12.0-1 - update to 2.12.0 - add dependency on composer/xdebug-handler - add build dependency on php-cs-fixer/phpunit-constraint-isidenticalstring - add build dependency on php-cs-fixer/phpunit-constraint-xmlmatchesxsd * Thu Mar 22 2018 Remi Collet <[email protected]> - 2.11.1-1 - update to 2.11.1 * Wed Mar 21 2018 Remi Collet <[email protected]> - 2.11.0-1 - update to 2.11.0 - use phpunit7 on F28+ * Thu Mar 08 2018 Remi Collet <[email protected]> - 2.10.4-1 - update to 2.10.4 * Fri Feb 23 2018 Remi Collet <[email protected]> - 2.10.3-1 - Update to 2.10.3 - drop dependency on gecko-packages/gecko-php-unit - update bundled php-cs-fixer/diff to 1.3.0 * Tue Feb 06 2018 Remi Collet <[email protected]> - 2.10.2-1 - Update to 2.10.2 - use range dependencies on F27+ * Thu Jan 11 2018 Remi Collet <[email protected]> - 2.10.0-1 - Update to 2.10.0 * Thu Dec 28 2017 Remi Collet <[email protected]> - 2.9.0-2 - mikey179/vfsStream only required at builtime * Sat Dec 09 2017 Remi Collet <[email protected]> - 2.9.0-1 - Update to 2.9.0 * Mon Nov 27 2017 Remi Collet <[email protected]> - 2.8.3-1 - Update to 2.8.3 - open https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/3279 bad tag for 2.8.3 * Mon Nov 20 2017 Remi Collet <[email protected]> - 2.8.2-1 - Update to 2.8.2 * Fri Nov 10 2017 Remi Collet <[email protected]> - 2.8.1-1 - Update to 2.8.1 * Tue Nov 07 2017 Remi Collet <[email protected]> - 2.8.0-3 - fix FTBFS from Koschei using symfony package names * Fri Nov 03 2017 Remi Collet <[email protected]> - 2.8.0-2 - use phpunit6 and php-gecko-packages-gecko-php-unit3 on F26+ * Fri Nov 03 2017 Remi Collet <[email protected]> - 2.8.0-1 - Update to 2.8.0 * Mon Oct 02 2017 Remi Collet <[email protected]> - 2.7.1-1 - Update to 2.7.1 * Mon Oct 02 2017 Remi Collet <[email protected]> - 2.7.0-1 - Update to 2.7.0 - drop dependency on sebastian/diff, bundle fork instead * Mon Oct 02 2017 Remi Collet <[email protected]> - 2.6.1-1 - Update to 2.6.1 * Tue Sep 12 2017 Remi Collet <[email protected]> - 2.6.0-1 - Update to 2.6.0 - add dependency on composer/semver * Wed Aug 23 2017 Remi Collet <[email protected]> - 2.5.0-1 - Update to 2.5.0 - add dependency on php-cs-fixer/accessible-object - raise dependency on symfony 3.2 * Thu Aug 03 2017 Remi Collet <[email protected]> - 2.4.0-1 - Update to 2.4.0 - add dependency on symfony/polyfill-php72 * Thu May 25 2017 Remi Collet <[email protected]> - 2.3.2-1 - Update to 2.3.2 - add dependency on gecko-packages/gecko-php-unit * Tue May 09 2017 Remi Collet <[email protected]> - 2.3.1-1 - Update to 2.3.1 - raise dependency on PHP 5.6 - raise dependency on Symfony 3 * Wed Apr 26 2017 Remi Collet <[email protected]> - 2.2.3-1 - Update to 2.2.3 * Mon Apr 24 2017 Remi Collet <[email protected]> - 2.2.2-1 - Update to 2.2.2 - raise dependency on sebastian/diff >= 1.4 * Mon Apr 10 2017 Remi Collet <[email protected]> - 2.2.1-1 - Update to 2.2.1 * Sat Apr 01 2017 Remi Collet <[email protected]> - 2.2.0-1 - Update to 2.2.0 - add dependency on doctrine/annotations - add dependency on symfony/options-resolver - raise dependency on symfony 2.6 - fix autoloader to allow Symfony 3 * Fri Mar 31 2017 Remi Collet <[email protected]> - 2.1.3-1 - Update to 2.1.3 - add dependency on php-mbstring * Wed Mar 15 2017 Remi Collet <[email protected]> - 2.1.2-1 - Update to 2.1.2 * Fri Mar 03 2017 Remi Collet <[email protected]> - 2.1.1-1 - Update to 2.1.1 * Sat Feb 11 2017 Remi Collet <[email protected]> - 2.1.0-1 - update to 2.1.0 - add dependency on symfony/polyfill-php55 (for EPEL-7) * Thu Feb 09 2017 Remi Collet <[email protected]> - 2.0.1-1 - update to 2.0.1 * Thu Dec 01 2016 Remi Collet <[email protected]> - 2.0.0-1 - update to 2.0.0 * Tue Nov 29 2016 Remi Collet <[email protected]> - 1.13.0-1 - update to 1.13.0 * Tue Nov 15 2016 Remi Collet <[email protected]> - 1.12.4-1 - update to 1.12.4 * Sun Oct 30 2016 Remi Collet <[email protected]> - 1.12.3-1 - update to 1.12.3 - switch from symfony/class-loader to fedora/autoloader * Tue Sep 27 2016 Remi Collet <[email protected]> - 1.12.2-1 - update to 1.12.2 * Fri Sep 09 2016 Remi Collet <[email protected]> - 1.12.1-1 - initial package, version 1.12.1
/usr/bin/php-cs-fixer /usr/share/doc/php-cs-fixer-2.16.4 /usr/share/doc/php-cs-fixer-2.16.4/CHANGELOG.md /usr/share/doc/php-cs-fixer-2.16.4/CONTRIBUTING.md /usr/share/doc/php-cs-fixer-2.16.4/LICENSE /usr/share/doc/php-cs-fixer-2.16.4/README.rst /usr/share/doc/php-cs-fixer-2.16.4/UPGRADE.md /usr/share/doc/php-cs-fixer-2.16.4/composer.json /usr/share/php/PhpCsFixer /usr/share/php/PhpCsFixer/AbstractAlignFixerHelper.php /usr/share/php/PhpCsFixer/AbstractDoctrineAnnotationFixer.php /usr/share/php/PhpCsFixer/AbstractFixer.php /usr/share/php/PhpCsFixer/AbstractFopenFlagFixer.php /usr/share/php/PhpCsFixer/AbstractFunctionReferenceFixer.php /usr/share/php/PhpCsFixer/AbstractLinesBeforeNamespaceFixer.php /usr/share/php/PhpCsFixer/AbstractNoUselessElseFixer.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/InvalidForEnvFixerConfigurationException.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/FixCommandExitStatusCalculator.php /usr/share/php/PhpCsFixer/Console/Command/HelpCommand.php /usr/share/php/PhpCsFixer/Console/Command/ReadmeCommand.php /usr/share/php/PhpCsFixer/Console/Command/SelfUpdateCommand.php /usr/share/php/PhpCsFixer/Console/Command/ci-integration.sh /usr/share/php/PhpCsFixer/Console/ConfigurationResolver.php /usr/share/php/PhpCsFixer/Console/Output /usr/share/php/PhpCsFixer/Console/Output/ErrorOutput.php /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/Console/SelfUpdate /usr/share/php/PhpCsFixer/Console/SelfUpdate/GithubClient.php /usr/share/php/PhpCsFixer/Console/SelfUpdate/GithubClientInterface.php /usr/share/php/PhpCsFixer/Console/SelfUpdate/NewVersionChecker.php /usr/share/php/PhpCsFixer/Console/SelfUpdate/NewVersionCheckerInterface.php /usr/share/php/PhpCsFixer/Console/WarningsDetector.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/FullDiffer.php /usr/share/php/PhpCsFixer/Differ/NullDiffer.php /usr/share/php/PhpCsFixer/Differ/SebastianBergmannDiffer.php /usr/share/php/PhpCsFixer/Differ/SebastianBergmannShortDiffer.php /usr/share/php/PhpCsFixer/Differ/UnifiedDiffer.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/ShortDescription.php /usr/share/php/PhpCsFixer/DocBlock/Tag.php /usr/share/php/PhpCsFixer/DocBlock/TagComparator.php /usr/share/php/PhpCsFixer/Doctrine /usr/share/php/PhpCsFixer/Doctrine/Annotation /usr/share/php/PhpCsFixer/Doctrine/Annotation/Token.php /usr/share/php/PhpCsFixer/Doctrine/Annotation/Tokens.php /usr/share/php/PhpCsFixer/Error /usr/share/php/PhpCsFixer/Error/Error.php /usr/share/php/PhpCsFixer/Error/ErrorsManager.php /usr/share/php/PhpCsFixer/Event /usr/share/php/PhpCsFixer/Event/Event.php /usr/share/php/PhpCsFixer/FileReader.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/BacktickToShellExecFixer.php /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/Alias/SetTypeToCastFixer.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/NonPrintableCharacterFixer.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/ConstantCaseFixer.php /usr/share/php/PhpCsFixer/Fixer/Casing/LowercaseConstantsFixer.php /usr/share/php/PhpCsFixer/Fixer/Casing/LowercaseKeywordsFixer.php /usr/share/php/PhpCsFixer/Fixer/Casing/LowercaseStaticReferenceFixer.php /usr/share/php/PhpCsFixer/Fixer/Casing/MagicConstantCasingFixer.php /usr/share/php/PhpCsFixer/Fixer/Casing/MagicMethodCasingFixer.php /usr/share/php/PhpCsFixer/Fixer/Casing/NativeFunctionCasingFixer.php /usr/share/php/PhpCsFixer/Fixer/Casing/NativeFunctionTypeDeclarationCasingFixer.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/NoUnsetCastFixer.php /usr/share/php/PhpCsFixer/Fixer/CastNotation/ShortScalarCastFixer.php /usr/share/php/PhpCsFixer/Fixer/ClassNotation /usr/share/php/PhpCsFixer/Fixer/ClassNotation/ClassAttributesSeparationFixer.php /usr/share/php/PhpCsFixer/Fixer/ClassNotation/ClassDefinitionFixer.php /usr/share/php/PhpCsFixer/Fixer/ClassNotation/FinalClassFixer.php /usr/share/php/PhpCsFixer/Fixer/ClassNotation/FinalInternalClassFixer.php /usr/share/php/PhpCsFixer/Fixer/ClassNotation/FinalPublicMethodForAbstractClassFixer.php /usr/share/php/PhpCsFixer/Fixer/ClassNotation/FinalStaticAccessFixer.php /usr/share/php/PhpCsFixer/Fixer/ClassNotation/MethodSeparationFixer.php /usr/share/php/PhpCsFixer/Fixer/ClassNotation/NoBlankLinesAfterClassOpeningFixer.php /usr/share/php/PhpCsFixer/Fixer/ClassNotation/NoNullPropertyInitializationFixer.php /usr/share/php/PhpCsFixer/Fixer/ClassNotation/NoPhp4ConstructorFixer.php /usr/share/php/PhpCsFixer/Fixer/ClassNotation/NoUnneededFinalMethodFixer.php /usr/share/php/PhpCsFixer/Fixer/ClassNotation/OrderedClassElementsFixer.php /usr/share/php/PhpCsFixer/Fixer/ClassNotation/OrderedInterfacesFixer.php /usr/share/php/PhpCsFixer/Fixer/ClassNotation/ProtectedToPrivateFixer.php /usr/share/php/PhpCsFixer/Fixer/ClassNotation/SelfAccessorFixer.php /usr/share/php/PhpCsFixer/Fixer/ClassNotation/SelfStaticAccessorFixer.php /usr/share/php/PhpCsFixer/Fixer/ClassNotation/SingleClassElementPerStatementFixer.php /usr/share/php/PhpCsFixer/Fixer/ClassNotation/SingleTraitInsertPerStatementFixer.php /usr/share/php/PhpCsFixer/Fixer/ClassNotation/VisibilityRequiredFixer.php /usr/share/php/PhpCsFixer/Fixer/ClassUsage /usr/share/php/PhpCsFixer/Fixer/ClassUsage/DateTimeImmutableFixer.php /usr/share/php/PhpCsFixer/Fixer/Comment /usr/share/php/PhpCsFixer/Fixer/Comment/CommentToPhpdocFixer.php /usr/share/php/PhpCsFixer/Fixer/Comment/HashToSlashCommentFixer.php /usr/share/php/PhpCsFixer/Fixer/Comment/HeaderCommentFixer.php /usr/share/php/PhpCsFixer/Fixer/Comment/MultilineCommentOpeningClosingFixer.php /usr/share/php/PhpCsFixer/Fixer/Comment/NoEmptyCommentFixer.php /usr/share/php/PhpCsFixer/Fixer/Comment/NoTrailingWhitespaceInCommentFixer.php /usr/share/php/PhpCsFixer/Fixer/Comment/SingleLineCommentStyleFixer.php /usr/share/php/PhpCsFixer/Fixer/ConfigurableFixerInterface.php /usr/share/php/PhpCsFixer/Fixer/ConfigurationDefinitionFixerInterface.php /usr/share/php/PhpCsFixer/Fixer/ConstantNotation /usr/share/php/PhpCsFixer/Fixer/ConstantNotation/NativeConstantInvocationFixer.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/NoAlternativeSyntaxFixer.php /usr/share/php/PhpCsFixer/Fixer/ControlStructure/NoBreakCommentFixer.php /usr/share/php/PhpCsFixer/Fixer/ControlStructure/NoSuperfluousElseifFixer.php /usr/share/php/PhpCsFixer/Fixer/ControlStructure/NoTrailingCommaInListCallFixer.php /usr/share/php/PhpCsFixer/Fixer/ControlStructure/NoUnneededControlParenthesesFixer.php /usr/share/php/PhpCsFixer/Fixer/ControlStructure/NoUnneededCurlyBracesFixer.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/ControlStructure/YodaStyleFixer.php /usr/share/php/PhpCsFixer/Fixer/DefinedFixerInterface.php /usr/share/php/PhpCsFixer/Fixer/DeprecatedFixerInterface.php /usr/share/php/PhpCsFixer/Fixer/DoctrineAnnotation /usr/share/php/PhpCsFixer/Fixer/DoctrineAnnotation/DoctrineAnnotationArrayAssignmentFixer.php /usr/share/php/PhpCsFixer/Fixer/DoctrineAnnotation/DoctrineAnnotationBracesFixer.php /usr/share/php/PhpCsFixer/Fixer/DoctrineAnnotation/DoctrineAnnotationIndentationFixer.php /usr/share/php/PhpCsFixer/Fixer/DoctrineAnnotation/DoctrineAnnotationSpacesFixer.php /usr/share/php/PhpCsFixer/Fixer/FixerInterface.php /usr/share/php/PhpCsFixer/Fixer/FunctionNotation /usr/share/php/PhpCsFixer/Fixer/FunctionNotation/CombineNestedDirnameFixer.php /usr/share/php/PhpCsFixer/Fixer/FunctionNotation/FopenFlagOrderFixer.php /usr/share/php/PhpCsFixer/Fixer/FunctionNotation/FopenFlagsFixer.php /usr/share/php/PhpCsFixer/Fixer/FunctionNotation/FunctionDeclarationFixer.php /usr/share/php/PhpCsFixer/Fixer/FunctionNotation/FunctionTypehintSpaceFixer.php /usr/share/php/PhpCsFixer/Fixer/FunctionNotation/ImplodeCallFixer.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/NullableTypeDeclarationForDefaultNullValueFixer.php /usr/share/php/PhpCsFixer/Fixer/FunctionNotation/PhpdocToParamTypeFixer.php /usr/share/php/PhpCsFixer/Fixer/FunctionNotation/PhpdocToReturnTypeFixer.php /usr/share/php/PhpCsFixer/Fixer/FunctionNotation/ReturnTypeDeclarationFixer.php /usr/share/php/PhpCsFixer/Fixer/FunctionNotation/SingleLineThrowFixer.php /usr/share/php/PhpCsFixer/Fixer/FunctionNotation/StaticLambdaFixer.php /usr/share/php/PhpCsFixer/Fixer/FunctionNotation/VoidReturnFixer.php /usr/share/php/PhpCsFixer/Fixer/Import /usr/share/php/PhpCsFixer/Fixer/Import/FullyQualifiedStrictTypesFixer.php /usr/share/php/PhpCsFixer/Fixer/Import/GlobalNamespaceImportFixer.php /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/CombineConsecutiveIssetsFixer.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/ErrorSuppressionFixer.php /usr/share/php/PhpCsFixer/Fixer/LanguageConstruct/ExplicitIndirectVariableFixer.php /usr/share/php/PhpCsFixer/Fixer/LanguageConstruct/FunctionToConstantFixer.php /usr/share/php/PhpCsFixer/Fixer/LanguageConstruct/IsNullFixer.php /usr/share/php/PhpCsFixer/Fixer/LanguageConstruct/NoUnsetOnPropertyFixer.php /usr/share/php/PhpCsFixer/Fixer/LanguageConstruct/SilencedDeprecationErrorFixer.php /usr/share/php/PhpCsFixer/Fixer/ListNotation /usr/share/php/PhpCsFixer/Fixer/ListNotation/ListSyntaxFixer.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/Naming /usr/share/php/PhpCsFixer/Fixer/Naming/NoHomoglyphNamesFixer.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/IncrementStyleFixer.php /usr/share/php/PhpCsFixer/Fixer/Operator/LogicalOperatorsFixer.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/StandardizeIncrementFixer.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/PhpUnitDedicateAssertInternalTypeFixer.php /usr/share/php/PhpCsFixer/Fixer/PhpUnit/PhpUnitExpectationFixer.php /usr/share/php/PhpCsFixer/Fixer/PhpUnit/PhpUnitFqcnAnnotationFixer.php /usr/share/php/PhpCsFixer/Fixer/PhpUnit/PhpUnitInternalClassFixer.php /usr/share/php/PhpCsFixer/Fixer/PhpUnit/PhpUnitMethodCasingFixer.php /usr/share/php/PhpCsFixer/Fixer/PhpUnit/PhpUnitMockFixer.php /usr/share/php/PhpCsFixer/Fixer/PhpUnit/PhpUnitMockShortWillReturnFixer.php /usr/share/php/PhpCsFixer/Fixer/PhpUnit/PhpUnitNamespacedFixer.php /usr/share/php/PhpCsFixer/Fixer/PhpUnit/PhpUnitNoExpectationAnnotationFixer.php /usr/share/php/PhpCsFixer/Fixer/PhpUnit/PhpUnitOrderedCoversFixer.php /usr/share/php/PhpCsFixer/Fixer/PhpUnit/PhpUnitSetUpTearDownVisibilityFixer.php /usr/share/php/PhpCsFixer/Fixer/PhpUnit/PhpUnitSizeClassFixer.php /usr/share/php/PhpCsFixer/Fixer/PhpUnit/PhpUnitStrictFixer.php /usr/share/php/PhpCsFixer/Fixer/PhpUnit/PhpUnitTargetVersion.php /usr/share/php/PhpCsFixer/Fixer/PhpUnit/PhpUnitTestAnnotationFixer.php /usr/share/php/PhpCsFixer/Fixer/PhpUnit/PhpUnitTestCaseStaticMethodCallsFixer.php /usr/share/php/PhpCsFixer/Fixer/PhpUnit/PhpUnitTestClassRequiresCoversFixer.php /usr/share/php/PhpCsFixer/Fixer/Phpdoc /usr/share/php/PhpCsFixer/Fixer/Phpdoc/AlignMultilineCommentFixer.php /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/NoSuperfluousPhpdocTagsFixer.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/PhpdocLineSpanFixer.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/PhpdocTrimConsecutiveBlankLineSeparationFixer.php /usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocTrimFixer.php /usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocTypesFixer.php /usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocTypesOrderFixer.php /usr/share/php/PhpCsFixer/Fixer/Phpdoc/PhpdocVarAnnotationCorrectOrderFixer.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/ReturnAssignmentFixer.php /usr/share/php/PhpCsFixer/Fixer/ReturnNotation/SimplifiedNullReturnFixer.php /usr/share/php/PhpCsFixer/Fixer/Semicolon /usr/share/php/PhpCsFixer/Fixer/Semicolon/MultilineWhitespaceBeforeSemicolonsFixer.php /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/EscapeImplicitBackslashesFixer.php /usr/share/php/PhpCsFixer/Fixer/StringNotation/ExplicitStringVariableFixer.php /usr/share/php/PhpCsFixer/Fixer/StringNotation/HeredocToNowdocFixer.php /usr/share/php/PhpCsFixer/Fixer/StringNotation/NoBinaryStringFixer.php /usr/share/php/PhpCsFixer/Fixer/StringNotation/SimpleToComplexStringVariableFixer.php /usr/share/php/PhpCsFixer/Fixer/StringNotation/SingleQuoteFixer.php /usr/share/php/PhpCsFixer/Fixer/StringNotation/StringLineEndingFixer.php /usr/share/php/PhpCsFixer/Fixer/Whitespace /usr/share/php/PhpCsFixer/Fixer/Whitespace/ArrayIndentationFixer.php /usr/share/php/PhpCsFixer/Fixer/Whitespace/BlankLineBeforeStatementFixer.php /usr/share/php/PhpCsFixer/Fixer/Whitespace/CompactNullableTypehintFixer.php /usr/share/php/PhpCsFixer/Fixer/Whitespace/HeredocIndentationFixer.php /usr/share/php/PhpCsFixer/Fixer/Whitespace/IndentationTypeFixer.php /usr/share/php/PhpCsFixer/Fixer/Whitespace/LineEndingFixer.php /usr/share/php/PhpCsFixer/Fixer/Whitespace/MethodChainingIndentationFixer.php /usr/share/php/PhpCsFixer/Fixer/Whitespace/NoExtraBlankLinesFixer.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/FixerConfiguration /usr/share/php/PhpCsFixer/FixerConfiguration/AliasedFixerOption.php /usr/share/php/PhpCsFixer/FixerConfiguration/AliasedFixerOptionBuilder.php /usr/share/php/PhpCsFixer/FixerConfiguration/AllowedValueSubset.php /usr/share/php/PhpCsFixer/FixerConfiguration/DeprecatedFixerOption.php /usr/share/php/PhpCsFixer/FixerConfiguration/DeprecatedFixerOptionInterface.php /usr/share/php/PhpCsFixer/FixerConfiguration/FixerConfigurationResolver.php /usr/share/php/PhpCsFixer/FixerConfiguration/FixerConfigurationResolverInterface.php /usr/share/php/PhpCsFixer/FixerConfiguration/FixerConfigurationResolverRootless.php /usr/share/php/PhpCsFixer/FixerConfiguration/FixerOption.php /usr/share/php/PhpCsFixer/FixerConfiguration/FixerOptionBuilder.php /usr/share/php/PhpCsFixer/FixerConfiguration/FixerOptionInterface.php /usr/share/php/PhpCsFixer/FixerConfiguration/InvalidOptionsForEnvException.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/Indicator /usr/share/php/PhpCsFixer/Indicator/PhpUnitTestCaseIndicator.php /usr/share/php/PhpCsFixer/Linter /usr/share/php/PhpCsFixer/Linter/CachingLinter.php /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/ProcessLinterProcessBuilder.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/PharChecker.php /usr/share/php/PhpCsFixer/PharCheckerInterface.php /usr/share/php/PhpCsFixer/Preg.php /usr/share/php/PhpCsFixer/PregException.php /usr/share/php/PhpCsFixer/Report /usr/share/php/PhpCsFixer/Report/CheckstyleReporter.php /usr/share/php/PhpCsFixer/Report/GitlabReporter.php /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/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/AccessibleObject.php /usr/share/php/PhpCsFixer/Test/IntegrationCase.php /usr/share/php/PhpCsFixer/Tokenizer /usr/share/php/PhpCsFixer/Tokenizer/AbstractTransformer.php /usr/share/php/PhpCsFixer/Tokenizer/Analyzer /usr/share/php/PhpCsFixer/Tokenizer/Analyzer/Analysis /usr/share/php/PhpCsFixer/Tokenizer/Analyzer/Analysis/ArgumentAnalysis.php /usr/share/php/PhpCsFixer/Tokenizer/Analyzer/Analysis/NamespaceAnalysis.php /usr/share/php/PhpCsFixer/Tokenizer/Analyzer/Analysis/NamespaceUseAnalysis.php /usr/share/php/PhpCsFixer/Tokenizer/Analyzer/Analysis/StartEndTokenAwareAnalysis.php /usr/share/php/PhpCsFixer/Tokenizer/Analyzer/Analysis/TypeAnalysis.php /usr/share/php/PhpCsFixer/Tokenizer/Analyzer/ArgumentsAnalyzer.php /usr/share/php/PhpCsFixer/Tokenizer/Analyzer/BlocksAnalyzer.php /usr/share/php/PhpCsFixer/Tokenizer/Analyzer/ClassyAnalyzer.php /usr/share/php/PhpCsFixer/Tokenizer/Analyzer/CommentsAnalyzer.php /usr/share/php/PhpCsFixer/Tokenizer/Analyzer/FunctionsAnalyzer.php /usr/share/php/PhpCsFixer/Tokenizer/Analyzer/NamespaceUsesAnalyzer.php /usr/share/php/PhpCsFixer/Tokenizer/Analyzer/NamespacesAnalyzer.php /usr/share/php/PhpCsFixer/Tokenizer/CT.php /usr/share/php/PhpCsFixer/Tokenizer/CodeHasher.php /usr/share/php/PhpCsFixer/Tokenizer/Generator /usr/share/php/PhpCsFixer/Tokenizer/Generator/NamespacedStringTokenGenerator.php /usr/share/php/PhpCsFixer/Tokenizer/Resolver /usr/share/php/PhpCsFixer/Tokenizer/Resolver/TypeShortNameResolver.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/ToolInfoInterface.php /usr/share/php/PhpCsFixer/Utils.php /usr/share/php/PhpCsFixer/WhitespacesFixerConfig.php /usr/share/php/PhpCsFixer/WordMatcher.php /usr/share/php/PhpCsFixer/autoload.php /usr/share/php/PhpCsFixer/diff /usr/share/php/PhpCsFixer/diff/GeckoPackages /usr/share/php/PhpCsFixer/diff/GeckoPackages/DiffOutputBuilder /usr/share/php/PhpCsFixer/diff/GeckoPackages/DiffOutputBuilder/ConfigurationException.php /usr/share/php/PhpCsFixer/diff/GeckoPackages/DiffOutputBuilder/UnifiedDiffOutputBuilder.php /usr/share/php/PhpCsFixer/diff/v1_4 /usr/share/php/PhpCsFixer/diff/v1_4/Chunk.php /usr/share/php/PhpCsFixer/diff/v1_4/Diff.php /usr/share/php/PhpCsFixer/diff/v1_4/Differ.php /usr/share/php/PhpCsFixer/diff/v1_4/LCS /usr/share/php/PhpCsFixer/diff/v1_4/LCS/LongestCommonSubsequence.php /usr/share/php/PhpCsFixer/diff/v1_4/LCS/MemoryEfficientLongestCommonSubsequenceImplementation.php /usr/share/php/PhpCsFixer/diff/v1_4/LCS/TimeEfficientLongestCommonSubsequenceImplementation.php /usr/share/php/PhpCsFixer/diff/v1_4/Line.php /usr/share/php/PhpCsFixer/diff/v1_4/Parser.php /usr/share/php/PhpCsFixer/diff/v2_0 /usr/share/php/PhpCsFixer/diff/v2_0/Chunk.php /usr/share/php/PhpCsFixer/diff/v2_0/Diff.php /usr/share/php/PhpCsFixer/diff/v2_0/Differ.php /usr/share/php/PhpCsFixer/diff/v2_0/Exception /usr/share/php/PhpCsFixer/diff/v2_0/Exception/Exception.php /usr/share/php/PhpCsFixer/diff/v2_0/Exception/InvalidArgumentException.php /usr/share/php/PhpCsFixer/diff/v2_0/Line.php /usr/share/php/PhpCsFixer/diff/v2_0/LongestCommonSubsequenceCalculator.php /usr/share/php/PhpCsFixer/diff/v2_0/MemoryEfficientLongestCommonSubsequenceCalculator.php /usr/share/php/PhpCsFixer/diff/v2_0/Output /usr/share/php/PhpCsFixer/diff/v2_0/Output/AbstractChunkOutputBuilder.php /usr/share/php/PhpCsFixer/diff/v2_0/Output/DiffOnlyOutputBuilder.php /usr/share/php/PhpCsFixer/diff/v2_0/Output/DiffOutputBuilderInterface.php /usr/share/php/PhpCsFixer/diff/v2_0/Output/UnifiedDiffOutputBuilder.php /usr/share/php/PhpCsFixer/diff/v2_0/Parser.php /usr/share/php/PhpCsFixer/diff/v2_0/TimeEfficientLongestCommonSubsequenceCalculator.php /usr/share/php/PhpCsFixer/diff/v3_0 /usr/share/php/PhpCsFixer/diff/v3_0/Chunk.php /usr/share/php/PhpCsFixer/diff/v3_0/Diff.php /usr/share/php/PhpCsFixer/diff/v3_0/Differ.php /usr/share/php/PhpCsFixer/diff/v3_0/Exception /usr/share/php/PhpCsFixer/diff/v3_0/Exception/ConfigurationException.php /usr/share/php/PhpCsFixer/diff/v3_0/Exception/Exception.php /usr/share/php/PhpCsFixer/diff/v3_0/Exception/InvalidArgumentException.php /usr/share/php/PhpCsFixer/diff/v3_0/Line.php /usr/share/php/PhpCsFixer/diff/v3_0/LongestCommonSubsequenceCalculator.php /usr/share/php/PhpCsFixer/diff/v3_0/MemoryEfficientLongestCommonSubsequenceCalculator.php /usr/share/php/PhpCsFixer/diff/v3_0/Output /usr/share/php/PhpCsFixer/diff/v3_0/Output/AbstractChunkOutputBuilder.php /usr/share/php/PhpCsFixer/diff/v3_0/Output/DiffOnlyOutputBuilder.php /usr/share/php/PhpCsFixer/diff/v3_0/Output/DiffOutputBuilderInterface.php /usr/share/php/PhpCsFixer/diff/v3_0/Output/StrictUnifiedDiffOutputBuilder.php /usr/share/php/PhpCsFixer/diff/v3_0/Output/UnifiedDiffOutputBuilder.php /usr/share/php/PhpCsFixer/diff/v3_0/Parser.php /usr/share/php/PhpCsFixer/diff/v3_0/TimeEfficientLongestCommonSubsequenceCalculator.php /usr/share/php/PhpCsFixer/tests /usr/share/php/PhpCsFixer/tests/Test /usr/share/php/PhpCsFixer/tests/Test/AbstractFixerTestCase.php /usr/share/php/PhpCsFixer/tests/Test/AbstractIntegrationCaseFactory.php /usr/share/php/PhpCsFixer/tests/Test/AbstractIntegrationTestCase.php /usr/share/php/PhpCsFixer/tests/Test/Assert /usr/share/php/PhpCsFixer/tests/Test/Assert/AssertTokensTrait.php /usr/share/php/PhpCsFixer/tests/Test/IntegrationCase.php /usr/share/php/PhpCsFixer/tests/Test/IntegrationCaseFactory.php /usr/share/php/PhpCsFixer/tests/Test/IntegrationCaseFactoryInterface.php /usr/share/php/PhpCsFixer/tests/Test/InternalIntegrationCaseFactory.php /usr/share/php/PhpCsFixer/tests/Test/IsIdenticalConstraint.php /usr/share/php/PhpCsFixer/tests/TestCase.php
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 10:23:23 2024