Skip to content

Commit

Permalink
Fix test-2.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Oct 6, 2023
1 parent d9a99d6 commit 25d8a91
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion composer-require-checker.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"symbol-whitelist": [
"PHPStan\\Analyser\\OutOfClassScope",
"PHPStan\\Analyser\\Scope"
"PHPStan\\Analyser\\Scope",
"PHPStan\\Reflection\\Annotations\\AnnotationsPropertiesClassReflectionExtension",
"PHPStan\\Reflection\\ClassReflection",
"PHPStan\\Reflection\\Dummy\\DummyPropertyReflection",
"PHPStan\\Reflection\\MethodReflection",
"PHPStan\\Reflection\\MethodsClassReflectionExtension",
"PHPStan\\Reflection\\ParametersAcceptorSelector",
"PHPStan\\Reflection\\PropertiesClassReflectionExtension",
"PHPStan\\Reflection\\PropertyReflection",
"PHPStan\\Reflection\\ReflectionProvider",
"PHPStan\\ShouldNotHappenException",
"PHPStan\\TrinaryLogic",
"PHPStan\\Type\\ArrayType",
"PHPStan\\Type\\Constant\\ConstantBooleanType",
"PHPStan\\Type\\Constant\\ConstantStringType",
"PHPStan\\Type\\DynamicMethodReturnTypeExtension",
"PHPStan\\Type\\DynamicStaticMethodReturnTypeExtension",
"PHPStan\\Type\\ErrorType",
"PHPStan\\Type\\IntegerType",
"PHPStan\\Type\\MixedType",
"PHPStan\\Type\\NullType",
"PHPStan\\Type\\ObjectType",
"PHPStan\\Type\\StringType",
"PHPStan\\Type\\ThisType",
"PHPStan\\Type\\Type",
"PHPStan\\Type\\TypeCombinator",
"PHPStan\\Type\\UnionType",
"PHPStan\\Type\\VerbosityLevel"
]
}

0 comments on commit 25d8a91

Please sign in to comment.