Skip to content

Commit

Permalink
Remove extensions integrated in Larastan
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien-phi committed Nov 23, 2022
1 parent 3f57658 commit 09468d1
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 184 deletions.
8 changes: 0 additions & 8 deletions extension.neon
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
services:
- class: Soyhuce\PhpstanExtension\ReturnTypes\DateExtension
tags:
- phpstan.broker.dynamicStaticMethodReturnTypeExtension

- class: Soyhuce\PhpstanExtension\ReturnTypes\NowAndTodayExtension
tags:
- phpstan.broker.dynamicFunctionReturnTypeExtension

- class: Soyhuce\PhpstanExtension\ReturnTypes\RequestDateExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
Expand Down
71 changes: 0 additions & 71 deletions src/ReturnTypes/DateExtension.php

This file was deleted.

27 changes: 0 additions & 27 deletions src/ReturnTypes/NowAndTodayExtension.php

This file was deleted.

16 changes: 0 additions & 16 deletions tests/Features/DateCarbonImmutable/DateExtension.php

This file was deleted.

15 changes: 0 additions & 15 deletions tests/Features/DateCarbonImmutable/NowAndTodayExtension.php

This file was deleted.

8 changes: 0 additions & 8 deletions tests/Features/DateCarbonImmutable/phpstan-tests.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ includes:
- ../../../vendor/phpstan/phpstan/conf/bleedingEdge.neon

services:
- class: Soyhuce\PhpstanExtension\ReturnTypes\DateExtension
tags:
- phpstan.broker.dynamicStaticMethodReturnTypeExtension

- class: Soyhuce\PhpstanExtension\ReturnTypes\NowAndTodayExtension
tags:
- phpstan.broker.dynamicFunctionReturnTypeExtension

- class: Soyhuce\PhpstanExtension\ReturnTypes\RequestDateExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
Expand Down
16 changes: 0 additions & 16 deletions tests/Features/Default/DateExtension.php

This file was deleted.

15 changes: 0 additions & 15 deletions tests/Features/Default/NowAndTodayExtension.php

This file was deleted.

8 changes: 0 additions & 8 deletions tests/Features/phpstan-tests.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ includes:
- ../../vendor/phpstan/phpstan/conf/bleedingEdge.neon

services:
- class: Soyhuce\PhpstanExtension\ReturnTypes\DateExtension
tags:
- phpstan.broker.dynamicStaticMethodReturnTypeExtension

- class: Soyhuce\PhpstanExtension\ReturnTypes\NowAndTodayExtension
tags:
- phpstan.broker.dynamicFunctionReturnTypeExtension

- class: Soyhuce\PhpstanExtension\ReturnTypes\RequestDateExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension

0 comments on commit 09468d1

Please sign in to comment.