File tree Expand file tree Collapse file tree 8 files changed +14
-35
lines changed
Expand file tree Collapse file tree 8 files changed +14
-35
lines changed Original file line number Diff line number Diff line change @@ -1197,41 +1197,6 @@ services:
11971197 arguments :
11981198 dateTimeClass : DateTimeImmutable
11991199
1200- -
1201- class : PHPStan\Type\Php\DateTimeConstructorThrowTypeExtension
1202- tags :
1203- - phpstan.dynamicStaticMethodThrowTypeExtension
1204-
1205- -
1206- class : PHPStan\Type\Php\DateTimeModifyMethodThrowTypeExtension
1207- tags :
1208- - phpstan.dynamicMethodThrowTypeExtension
1209-
1210- -
1211- class : PHPStan\Type\Php\DateTimeSubMethodThrowTypeExtension
1212- tags :
1213- - phpstan.dynamicMethodThrowTypeExtension
1214-
1215- -
1216- class : PHPStan\Type\Php\DateTimeZoneConstructorThrowTypeExtension
1217- tags :
1218- - phpstan.dynamicStaticMethodThrowTypeExtension
1219-
1220- -
1221- class : PHPStan\Type\Php\DsMapDynamicReturnTypeExtension
1222- tags :
1223- - phpstan.broker.dynamicMethodReturnTypeExtension
1224-
1225- -
1226- class : PHPStan\Type\Php\DsMapDynamicMethodThrowTypeExtension
1227- tags :
1228- - phpstan.dynamicMethodThrowTypeExtension
1229-
1230- -
1231- class : PHPStan\Type\Php\IntdivThrowTypeExtension
1232- tags :
1233- - phpstan.dynamicFunctionThrowTypeExtension
1234-
12351200 -
12361201 class : PHPStan\Type\Php\VersionCompareFunctionDynamicReturnTypeExtension
12371202 arguments :
Original file line number Diff line number Diff line change 66use DateTimeImmutable ;
77use PhpParser \Node \Expr \StaticCall ;
88use PHPStan \Analyser \Scope ;
9+ use PHPStan \DependencyInjection \AutowiredService ;
910use PHPStan \Php \PhpVersion ;
1011use PHPStan \Reflection \MethodReflection ;
1112use PHPStan \Type \DynamicStaticMethodThrowTypeExtension ;
1617use function count ;
1718use function in_array ;
1819
20+ #[AutowiredService]
1921final class DateTimeConstructorThrowTypeExtension implements DynamicStaticMethodThrowTypeExtension
2022{
2123
Original file line number Diff line number Diff line change 66use DateTimeImmutable ;
77use PhpParser \Node \Expr \MethodCall ;
88use PHPStan \Analyser \Scope ;
9+ use PHPStan \DependencyInjection \AutowiredService ;
910use PHPStan \Php \PhpVersion ;
1011use PHPStan \Reflection \MethodReflection ;
1112use PHPStan \Type \DynamicMethodThrowTypeExtension ;
1617use function count ;
1718use function in_array ;
1819
20+ #[AutowiredService]
1921final class DateTimeModifyMethodThrowTypeExtension implements DynamicMethodThrowTypeExtension
2022{
2123
Original file line number Diff line number Diff line change 66use DateTimeImmutable ;
77use PhpParser \Node \Expr \MethodCall ;
88use PHPStan \Analyser \Scope ;
9+ use PHPStan \DependencyInjection \AutowiredService ;
910use PHPStan \Php \PhpVersion ;
1011use PHPStan \Reflection \MethodReflection ;
1112use PHPStan \Type \DynamicMethodThrowTypeExtension ;
1415use function count ;
1516use function in_array ;
1617
18+ #[AutowiredService]
1719final class DateTimeSubMethodThrowTypeExtension implements DynamicMethodThrowTypeExtension
1820{
1921
Original file line number Diff line number Diff line change 55use DateTimeZone ;
66use PhpParser \Node \Expr \StaticCall ;
77use PHPStan \Analyser \Scope ;
8+ use PHPStan \DependencyInjection \AutowiredService ;
89use PHPStan \Php \PhpVersion ;
910use PHPStan \Reflection \MethodReflection ;
1011use PHPStan \Type \DynamicStaticMethodThrowTypeExtension ;
1415use PHPStan \Type \TypeCombinator ;
1516use function count ;
1617
18+ #[AutowiredService]
1719final class DateTimeZoneConstructorThrowTypeExtension implements DynamicStaticMethodThrowTypeExtension
1820{
1921
Original file line number Diff line number Diff line change 44
55use PhpParser \Node \Expr \MethodCall ;
66use PHPStan \Analyser \Scope ;
7+ use PHPStan \DependencyInjection \AutowiredService ;
78use PHPStan \Reflection \MethodReflection ;
89use PHPStan \Type \DynamicMethodThrowTypeExtension ;
910use PHPStan \Type \Type ;
1011use PHPStan \Type \VoidType ;
1112use function count ;
1213
14+ #[AutowiredService]
1315final class DsMapDynamicMethodThrowTypeExtension implements DynamicMethodThrowTypeExtension
1416{
1517
Original file line number Diff line number Diff line change 44
55use PhpParser \Node \Expr \MethodCall ;
66use PHPStan \Analyser \Scope ;
7+ use PHPStan \DependencyInjection \AutowiredService ;
78use PHPStan \Reflection \MethodReflection ;
89use PHPStan \Type \DynamicMethodReturnTypeExtension ;
910use PHPStan \Type \Type ;
1011use PHPStan \Type \TypeWithClassName ;
1112use function count ;
1213use function in_array ;
1314
15+ #[AutowiredService]
1416final class DsMapDynamicReturnTypeExtension implements DynamicMethodReturnTypeExtension
1517{
1618
Original file line number Diff line number Diff line change 66use DivisionByZeroError ;
77use PhpParser \Node \Expr \FuncCall ;
88use PHPStan \Analyser \Scope ;
9+ use PHPStan \DependencyInjection \AutowiredService ;
910use PHPStan \Reflection \FunctionReflection ;
1011use PHPStan \Type \Constant \ConstantIntegerType ;
1112use PHPStan \Type \DynamicFunctionThrowTypeExtension ;
1415use function count ;
1516use const PHP_INT_MIN ;
1617
18+ #[AutowiredService]
1719final class IntdivThrowTypeExtension implements DynamicFunctionThrowTypeExtension
1820{
1921
You can’t perform that action at this time.
0 commit comments