Skip to content

Commit

Permalink
Update config.neon
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed May 3, 2022
1 parent 463b203 commit c2e3f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/config.neon
Expand Up @@ -1176,14 +1176,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 c2e3f22

Please sign in to comment.