Skip to content

Commit

Permalink
Fix: Keep services sorted by name
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed May 8, 2020
1 parent d9eb6d6 commit 0ef2654
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ services:
tags:
- phpstan.broker.methodsClassReflectionExtension

-
class: JanGregor\Prophecy\Type\ObjectProphecy\WillExtendOrImplementDynamicReturnTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension

-
class: JanGregor\Prophecy\Type\Prophet\ProphesizeDynamicReturnTypeExtension
arguments:
Expand All @@ -29,8 +34,3 @@ services:
autowired: false
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension

-
class: JanGregor\Prophecy\Type\ObjectProphecy\WillExtendOrImplementDynamicReturnTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension

0 comments on commit 0ef2654

Please sign in to comment.