|
205 | 205 | 'Doctrine\\DBAL\\Exception\\SyntaxErrorException' => $vendorDir . '/doctrine/dbal/src/Exception/SyntaxErrorException.php', |
206 | 206 | 'Doctrine\\DBAL\\Exception\\TableExistsException' => $vendorDir . '/doctrine/dbal/src/Exception/TableExistsException.php', |
207 | 207 | 'Doctrine\\DBAL\\Exception\\TableNotFoundException' => $vendorDir . '/doctrine/dbal/src/Exception/TableNotFoundException.php', |
| 208 | + 'Doctrine\\DBAL\\Exception\\TransactionRolledBack' => $vendorDir . '/doctrine/dbal/src/Exception/TransactionRolledBack.php', |
208 | 209 | 'Doctrine\\DBAL\\Exception\\UniqueConstraintViolationException' => $vendorDir . '/doctrine/dbal/src/Exception/UniqueConstraintViolationException.php', |
209 | 210 | 'Doctrine\\DBAL\\ExpandArrayParameters' => $vendorDir . '/doctrine/dbal/src/ExpandArrayParameters.php', |
210 | 211 | 'Doctrine\\DBAL\\FetchMode' => $vendorDir . '/doctrine/dbal/src/FetchMode.php', |
|
1099 | 1100 | 'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\EvalCalls' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/EvalCalls.php', |
1100 | 1101 | 'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\ExitDieCalls' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/ExitDieCalls.php', |
1101 | 1102 | 'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\FunctionCalls' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/FunctionCalls.php', |
| 1103 | + 'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\FunctionFirstClassCallables' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/FunctionFirstClassCallables.php', |
| 1104 | + 'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\IssetCalls' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/IssetCalls.php', |
1102 | 1105 | 'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\MethodCalls' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/MethodCalls.php', |
| 1106 | + 'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\MethodFirstClassCallables' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/MethodFirstClassCallables.php', |
1103 | 1107 | 'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\NewCalls' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/NewCalls.php', |
1104 | 1108 | 'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\PrintCalls' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/PrintCalls.php', |
1105 | 1109 | 'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\ShellExecCalls' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/ShellExecCalls.php', |
1106 | 1110 | 'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\StaticCalls' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/StaticCalls.php', |
| 1111 | + 'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\StaticFirstClassCallables' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/StaticFirstClassCallables.php', |
| 1112 | + 'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\UnsetCalls' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/UnsetCalls.php', |
1107 | 1113 | 'Spaze\\PHPStan\\Rules\\Disallowed\\ControlStructures\\BreakControlStructure' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/ControlStructures/BreakControlStructure.php', |
1108 | 1114 | 'Spaze\\PHPStan\\Rules\\Disallowed\\ControlStructures\\ContinueControlStructure' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/ControlStructures/ContinueControlStructure.php', |
1109 | 1115 | 'Spaze\\PHPStan\\Rules\\Disallowed\\ControlStructures\\DeclareControlStructure' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/ControlStructures/DeclareControlStructure.php', |
|
1141 | 1147 | 'Spaze\\PHPStan\\Rules\\Disallowed\\Formatter\\Formatter' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Formatter/Formatter.php', |
1142 | 1148 | 'Spaze\\PHPStan\\Rules\\Disallowed\\Identifier\\Identifier' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Identifier/Identifier.php', |
1143 | 1149 | 'Spaze\\PHPStan\\Rules\\Disallowed\\Normalizer\\Normalizer' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Normalizer/Normalizer.php', |
| 1150 | + 'Spaze\\PHPStan\\Rules\\Disallowed\\PHPStan1Compatibility' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/PHPStan1Compatibility.php', |
1144 | 1151 | 'Spaze\\PHPStan\\Rules\\Disallowed\\Params\\Param' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Params/Param.php', |
1145 | 1152 | 'Spaze\\PHPStan\\Rules\\Disallowed\\Params\\ParamValue' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Params/ParamValue.php', |
1146 | 1153 | 'Spaze\\PHPStan\\Rules\\Disallowed\\Params\\ParamValueAny' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Params/ParamValueAny.php', |
|
1152 | 1159 | 'Spaze\\PHPStan\\Rules\\Disallowed\\Params\\ParamValueFlagSpecific' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Params/ParamValueFlagSpecific.php', |
1153 | 1160 | 'Spaze\\PHPStan\\Rules\\Disallowed\\Params\\ParamValueSpecific' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Params/ParamValueSpecific.php', |
1154 | 1161 | 'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedAttributeRuleErrors' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedAttributeRuleErrors.php', |
| 1162 | + 'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedCallableParameterRuleErrors' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedCallableParameterRuleErrors.php', |
1155 | 1163 | 'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedCallsRuleErrors' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedCallsRuleErrors.php', |
1156 | 1164 | 'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedConstantRuleErrors' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedConstantRuleErrors.php', |
1157 | 1165 | 'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedControlStructureRuleErrors' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedControlStructureRuleErrors.php', |
| 1166 | + 'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedFunctionRuleErrors' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedFunctionRuleErrors.php', |
1158 | 1167 | 'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedMethodRuleErrors' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedMethodRuleErrors.php', |
1159 | 1168 | 'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedNamespaceRuleErrors' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedNamespaceRuleErrors.php', |
1160 | 1169 | 'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedVariableRuleErrors' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedVariableRuleErrors.php', |
|
1895 | 1904 | 'Symplify\\PHPStanRules\\Contract\\PhpDocParser\\PhpDocNodeVisitorInterface' => $vendorDir . '/symplify/phpstan-rules/src/Contract/PhpDocParser/PhpDocNodeVisitorInterface.php', |
1896 | 1905 | 'Symplify\\PHPStanRules\\Doctrine\\DoctrineEntityDocumentAnalyser' => $vendorDir . '/symplify/phpstan-rules/src/Doctrine/DoctrineEntityDocumentAnalyser.php', |
1897 | 1906 | 'Symplify\\PHPStanRules\\Enum\\ClassName' => $vendorDir . '/symplify/phpstan-rules/src/Enum/ClassName.php', |
| 1907 | + 'Symplify\\PHPStanRules\\Enum\\DoctrineRuleIdentifier' => $vendorDir . '/symplify/phpstan-rules/src/Enum/DoctrineRuleIdentifier.php', |
1898 | 1908 | 'Symplify\\PHPStanRules\\Enum\\MethodName' => $vendorDir . '/symplify/phpstan-rules/src/Enum/MethodName.php', |
| 1909 | + 'Symplify\\PHPStanRules\\Enum\\PHPUnitRuleIdentifier' => $vendorDir . '/symplify/phpstan-rules/src/Enum/PHPUnitRuleIdentifier.php', |
| 1910 | + 'Symplify\\PHPStanRules\\Enum\\RectorRuleIdentifier' => $vendorDir . '/symplify/phpstan-rules/src/Enum/RectorRuleIdentifier.php', |
1899 | 1911 | 'Symplify\\PHPStanRules\\Enum\\RuleIdentifier' => $vendorDir . '/symplify/phpstan-rules/src/Enum/RuleIdentifier.php', |
| 1912 | + 'Symplify\\PHPStanRules\\Enum\\SymfonyRuleIdentifier' => $vendorDir . '/symplify/phpstan-rules/src/Enum/SymfonyRuleIdentifier.php', |
1900 | 1913 | 'Symplify\\PHPStanRules\\Exception\\PhpDocParser\\InvalidTraverseException' => $vendorDir . '/symplify/phpstan-rules/src/Exception/PhpDocParser/InvalidTraverseException.php', |
1901 | 1914 | 'Symplify\\PHPStanRules\\Exception\\ShouldNotHappenException' => $vendorDir . '/symplify/phpstan-rules/src/Exception/ShouldNotHappenException.php', |
1902 | 1915 | 'Symplify\\PHPStanRules\\FileSystem\\FileSystem' => $vendorDir . '/symplify/phpstan-rules/src/FileSystem/FileSystem.php', |
|
1906 | 1919 | 'Symplify\\PHPStanRules\\NodeAnalyzer\\AttributeFinder' => $vendorDir . '/symplify/phpstan-rules/src/NodeAnalyzer/AttributeFinder.php', |
1907 | 1920 | 'Symplify\\PHPStanRules\\NodeAnalyzer\\EnumAnalyzer' => $vendorDir . '/symplify/phpstan-rules/src/NodeAnalyzer/EnumAnalyzer.php', |
1908 | 1921 | 'Symplify\\PHPStanRules\\NodeAnalyzer\\MethodCallNameAnalyzer' => $vendorDir . '/symplify/phpstan-rules/src/NodeAnalyzer/MethodCallNameAnalyzer.php', |
| 1922 | + 'Symplify\\PHPStanRules\\NodeAnalyzer\\SymfonyRequiredMethodAnalyzer' => $vendorDir . '/symplify/phpstan-rules/src/NodeAnalyzer/SymfonyRequiredMethodAnalyzer.php', |
1909 | 1923 | 'Symplify\\PHPStanRules\\NodeFinder\\TypeAwareNodeFinder' => $vendorDir . '/symplify/phpstan-rules/src/NodeFinder/TypeAwareNodeFinder.php', |
1910 | 1924 | 'Symplify\\PHPStanRules\\NodeTraverser\\SimpleCallableNodeTraverser' => $vendorDir . '/symplify/phpstan-rules/src/NodeTraverser/SimpleCallableNodeTraverser.php', |
1911 | 1925 | 'Symplify\\PHPStanRules\\NodeVisitor\\CallableNodeVisitor' => $vendorDir . '/symplify/phpstan-rules/src/NodeVisitor/CallableNodeVisitor.php', |
|
1940 | 1954 | 'Symplify\\PHPStanRules\\Rules\\ForbiddenMultipleClassLikeInOneFileRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/ForbiddenMultipleClassLikeInOneFileRule.php', |
1941 | 1955 | 'Symplify\\PHPStanRules\\Rules\\ForbiddenNodeRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/ForbiddenNodeRule.php', |
1942 | 1956 | 'Symplify\\PHPStanRules\\Rules\\ForbiddenStaticClassConstFetchRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/ForbiddenStaticClassConstFetchRule.php', |
| 1957 | + 'Symplify\\PHPStanRules\\Rules\\MaximumIgnoredErrorCountRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/MaximumIgnoredErrorCountRule.php', |
1943 | 1958 | 'Symplify\\PHPStanRules\\Rules\\NoDynamicNameRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/NoDynamicNameRule.php', |
1944 | 1959 | 'Symplify\\PHPStanRules\\Rules\\NoEntityOutsideEntityNamespaceRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/NoEntityOutsideEntityNamespaceRule.php', |
1945 | 1960 | 'Symplify\\PHPStanRules\\Rules\\NoGlobalConstRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/NoGlobalConstRule.php', |
|
1965 | 1980 | 'Symplify\\PHPStanRules\\Rules\\Symfony\\NoRequiredOutsideClassRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Symfony/NoRequiredOutsideClassRule.php', |
1966 | 1981 | 'Symplify\\PHPStanRules\\Rules\\Symfony\\NoStringInGetSubscribedEventsRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Symfony/NoStringInGetSubscribedEventsRule.php', |
1967 | 1982 | 'Symplify\\PHPStanRules\\Rules\\Symfony\\RequireInvokableControllerRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Symfony/RequireInvokableControllerRule.php', |
| 1983 | + 'Symplify\\PHPStanRules\\Rules\\Symfony\\RequiredOnlyInAbstractRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Symfony/RequiredOnlyInAbstractRule.php', |
1968 | 1984 | 'Symplify\\PHPStanRules\\Rules\\Symfony\\SingleArgEventDispatchRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Symfony/SingleArgEventDispatchRule.php', |
| 1985 | + 'Symplify\\PHPStanRules\\Rules\\Symfony\\SingleRequiredMethodRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Symfony/SingleRequiredMethodRule.php', |
1969 | 1986 | 'Symplify\\PHPStanRules\\Rules\\UppercaseConstantRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/UppercaseConstantRule.php', |
1970 | 1987 | 'Symplify\\PHPStanRules\\Symfony\\NodeAnalyzer\\SymfonyControllerAnalyzer' => $vendorDir . '/symplify/phpstan-rules/src/Symfony/NodeAnalyzer/SymfonyControllerAnalyzer.php', |
1971 | 1988 | 'Symplify\\PHPStanRules\\Testing\\PHPUnitTestAnalyser' => $vendorDir . '/symplify/phpstan-rules/src/Testing/PHPUnitTestAnalyser.php', |
|
1992 | 2009 | 'TomasVotruba\\TypeCoverage\\Collectors\\PropertyTypeDeclarationCollector' => $vendorDir . '/tomasvotruba/type-coverage/src/Collectors/PropertyTypeDeclarationCollector.php', |
1993 | 2010 | 'TomasVotruba\\TypeCoverage\\Collectors\\ReturnTypeDeclarationCollector' => $vendorDir . '/tomasvotruba/type-coverage/src/Collectors/ReturnTypeDeclarationCollector.php', |
1994 | 2011 | 'TomasVotruba\\TypeCoverage\\Configuration' => $vendorDir . '/tomasvotruba/type-coverage/src/Configuration.php', |
| 2012 | + 'TomasVotruba\\TypeCoverage\\Configuration\\ScopeConfigurationResolver' => $vendorDir . '/tomasvotruba/type-coverage/src/Configuration/ScopeConfigurationResolver.php', |
1995 | 2013 | 'TomasVotruba\\TypeCoverage\\Formatter\\TypeCoverageFormatter' => $vendorDir . '/tomasvotruba/type-coverage/src/Formatter/TypeCoverageFormatter.php', |
1996 | 2014 | 'TomasVotruba\\TypeCoverage\\Rules\\ConstantTypeCoverageRule' => $vendorDir . '/tomasvotruba/type-coverage/src/Rules/ConstantTypeCoverageRule.php', |
1997 | 2015 | 'TomasVotruba\\TypeCoverage\\Rules\\DeclareCoverageRule' => $vendorDir . '/tomasvotruba/type-coverage/src/Rules/DeclareCoverageRule.php', |
|
0 commit comments