Processed Files

Processed Files

This is the list of processed files. Any file that is in the project, but not in the list below was omitted in the analyze.

This may be due to configuration file, compilation error, wrong extension (including no extension).

File
/dev-tools/src/InfectionConfigBuilder.php
/dev-tools/src/Fixers.php
/dev-tools/src/Fixer/OrderedClassElementsInternalFixer.php
/dev-tools/src/Fixer/PriorityInternalFixer.php
/dev-tools/src/Priority/PriorityFixer.php
/dev-tools/src/Priority/PriorityCollection.php
/dev-tools/src/Readme/ReadmeCommand.php
/dev-tools/src/Readme/php-cs-fixer.config.before.php
/dev-tools/src/Readme/php-cs-fixer.config.after.php
/src/Fixers.php
/src/TokenRemover.php
/src/Fixer/PhpdocOnlyAllowedAnnotationsFixer.php
/src/Fixer/SingleSpaceBeforeStatementFixer.php
/src/Fixer/NoCommentedOutCodeFixer.php
/src/Fixer/NumericLiteralSeparatorFixer.php
/src/Fixer/DataProviderReturnTypeFixer.php
/src/Fixer/NoNullableBooleanTypeFixer.php
/src/Fixer/DataProviderStaticFixer.php
/src/Fixer/PhpUnitNoUselessReturnFixer.php
/src/Fixer/NoDuplicatedImportsFixer.php
/src/Fixer/PhpdocNoSuperfluousParamFixer.php
/src/Fixer/NoReferenceInFunctionDefinitionFixer.php
/src/Fixer/PhpdocSelfAccessorFixer.php
/src/Fixer/PhpdocSingleLineVarFixer.php
/src/Fixer/PhpdocParamTypeFixer.php
/src/Fixer/NoDoctrineMigrationsGeneratedCommentFixer.php
/src/Fixer/PhpdocNoIncorrectVarAnnotationFixer.php
/src/Fixer/PhpdocTypesTrimFixer.php
/src/Fixer/NoPhpStormGeneratedCommentFixer.php
/src/Fixer/DataProviderNameFixer.php
/src/Fixer/MultilineCommentOpeningClosingAloneFixer.php
/src/Fixer/SingleSpaceAfterStatementFixer.php
/src/Fixer/NoUselessCommentFixer.php
/src/Fixer/CommentedOutFunctionFixer.php
/src/Fixer/NoDuplicatedArrayKeyFixer.php
/src/Fixer/NoSuperfluousConcatenationFixer.php
/src/Fixer/NoUselessSprintfFixer.php
/src/Fixer/NoUselessParenthesisFixer.php
/src/Fixer/NoUselessStrlenFixer.php
/src/Fixer/NoImportFromGlobalNamespaceFixer.php
/src/Fixer/CommentSurroundedBySpacesFixer.php
/src/Fixer/NoLeadingSlashInGlobalNamespaceFixer.php
/src/Fixer/NoUselessDoctrineRepositoryCommentFixer.php
/src/Fixer/PhpdocParamOrderFixer.php
/src/Fixer/OperatorLinebreakFixer.php
/src/Fixer/DeprecatingFixerInterface.php
/src/Fixer/AbstractFixer.php
/src/Fixer/InternalClassCasingFixer.php
/src/Analyzer/DataProviderAnalyzer.php
/src/Analyzer/ArrayAnalyzer.php
/src/Analyzer/Analysis/ArrayElementAnalysis.php
/src/Analyzer/Analysis/DataProviderAnalysis.php

Non-processed Files

This is the list of processed files. Any file that is in the project, but not in the list below was omitted in the analyze.

This may be due to configuration file, compilation error, wrong extension (including no extension).

File Reason
1/tests/AssertRegExpTrait.php
2/tests/PriorityTest.php
3/tests/TokenRemoverTest.php
4/tests/AutoReview/SrcCodeTest.php
5/tests/AutoReview/TestsCodeTest.php
6/tests/AutoReview/ChangelogTest.php
7/tests/AutoReview/InfectionConfigTest.php
8/tests/Fixer/DataProviderNameFixerTest.php
9/tests/Fixer/PhpdocParamTypeFixerTest.php
10/tests/Fixer/InternalClassCasingFixerTest.php
11/tests/Fixer/MultilineCommentOpeningClosingAloneFixerTest.php
12/tests/Fixer/PhpdocSelfAccessorFixerTest.php
13/tests/Fixer/DataProviderReturnTypeFixerTest.php
14/tests/Fixer/NoReferenceInFunctionDefinitionFixerTest.php
15/tests/Fixer/NoDoctrineMigrationsGeneratedCommentFixerTest.php
16/tests/Fixer/CommentSurroundedBySpacesFixerTest.php
17/tests/Fixer/NoImportFromGlobalNamespaceFixerTest.php
18/tests/Fixer/NoDuplicatedImportsFixerTest.php
19/tests/Fixer/PhpdocNoSuperfluousParamFixerTest.php
20/tests/Fixer/NoLeadingSlashInGlobalNamespaceFixerTest.php
21/tests/Fixer/SingleSpaceBeforeStatementFixerTest.php
22/tests/Fixer/NoPhpStormGeneratedCommentFixerTest.php
23/tests/Fixer/SingleSpaceAfterStatementFixerTest.php
24/tests/Fixer/PhpdocSingleLineVarFixerTest.php
25/tests/Fixer/PhpdocTypesTrimFixerTest.php
26/tests/Fixer/AbstractFixerTestCase.php
27/tests/Fixer/NoUselessParenthesisFixerTest.php
28/tests/Fixer/PhpdocParamOrderFixerTest.php
29/tests/Fixer/PhpUnitNoUselessReturnFixerTest.php
30/tests/Fixer/NoCommentedOutCodeFixerTest.php
31/tests/Fixer/PhpdocNoIncorrectVarAnnotationFixerTest.php
32/tests/Fixer/NoDuplicatedArrayKeyFixerTest.php
33/tests/Fixer/OperatorLinebreakFixerTest.php
34/tests/Fixer/NoNullableBooleanTypeFixerTest.php
35/tests/Fixer/NoUselessCommentFixerTest.php
36/tests/Fixer/NoUselessSprintfFixerTest.php
37/tests/Fixer/DataProviderStaticFixerTest.php
38/tests/Fixer/CommentedOutFunctionFixerTest.php
39/tests/Fixer/NoSuperfluousConcatenationFixerTest.php
40/tests/Fixer/PhpdocOnlyAllowedAnnotationsFixerTest.php
41/tests/Fixer/NoUselessStrlenFixerTest.php
42/tests/Fixer/NoUselessDoctrineRepositoryCommentFixerTest.php
43/tests/Fixer/NumericLiteralSeparatorFixerTest.php
44/tests/Analyzer/DataProviderAnalyzerTest.php
45/tests/Analyzer/ArrayAnalyzerTest.php
46/tests/Analyzer/Analysis/ArrayElementAnalysisTest.php
47/tests/Analyzer/Analysis/DataProviderAnalysisTest.php
48/tests/Readme/ReadmeCommandTest.php
/LICENSEIgnored extension ()
/CHANGELOG.mdIgnored extension (md)
/composer.jsonIgnored extension (json)
/README.mdIgnored extension (md)
/phpunit.xmlIgnored extension (xml)
/dev-tools/check_file_permissions.shIgnored extension (sh)
/dev-tools/phpmd.xmlIgnored extension (xml)
/dev-tools/infection.jsonIgnored extension (json)
/dev-tools/readmeIgnored extension ()
/dev-tools/composer.lockIgnored extension (lock)
/dev-tools/psalm.xmlIgnored extension (xml)
/dev-tools/build-infection-configIgnored extension ()
/dev-tools/check_trailing_whitespaces.shIgnored extension (sh)
/dev-tools/composer.jsonIgnored extension (json)
/dev-tools/phpstan.neonIgnored extension (neon)
/dev-tools/phpcs.xmlIgnored extension (xml)