Skip to content

Commit

Permalink
Update config.neon
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes authored and VincentLanglet committed May 4, 2022
1 parent 7ee30b9 commit a7ff3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/config.neon
Expand Up @@ -1198,14 +1198,14 @@ services:
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
arguments:
dateTimeClass: \DateTime
dateTimeClass: DateTime

-
class: PHPStan\Type\Php\DateTimeModifyReturnTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
arguments:
dateTimeClass: \DateTimeImmutable
dateTimeClass: DateTimeImmutable

-
class: PHPStan\Type\Php\DateTimeConstructorThrowTypeExtension
Expand Down

0 comments on commit a7ff3e6

Please sign in to comment.