@@ -15,10 +15,10 @@ |
||
15 | 15 | |
16 | 16 | use InvalidArgumentException; |
17 | 17 | use PhpSpec\ObjectBehavior; |
18 | -use stdClass; |
|
19 | 18 | use Sylius\Component\Shipping\Checker\Eligibility\ShippingMethodEligibilityCheckerInterface; |
20 | 19 | use Sylius\Component\Shipping\Model\ShippingMethodInterface; |
21 | 20 | use Sylius\Component\Shipping\Model\ShippingSubjectInterface; |
21 | +use stdClass; |
|
22 | 22 | |
23 | 23 | final class CompositeShippingMethodEligibilityCheckerSpec extends ObjectBehavior |
24 | 24 | { |