Skip to content

Commit

Permalink
Fix: Keep options sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed May 8, 2020
1 parent aa3eb4f commit 4825208
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@ services:
class: JanGregor\Prophecy\Type\Prophet\ProphesizeDynamicReturnTypeExtension
arguments:
className: Prophecy\Prophet
autowired: false
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
autowired: false

-
class: JanGregor\Prophecy\Type\Prophet\ProphesizeDynamicReturnTypeExtension
arguments:
className: PHPUnit\Framework\TestCase
autowired: false
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
autowired: false

-
class: JanGregor\Prophecy\Type\Prophet\ProphesizeDynamicReturnTypeExtension
arguments:
className: PHPUnit\Framework\TestCase
autowired: false
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
autowired: false

-
class: JanGregor\Prophecy\Type\ObjectProphecy\WillExtendOrImplementDynamicReturnTypeExtension
Expand Down

0 comments on commit 4825208

Please sign in to comment.