Skip to content

Commit 5e5590d

Browse files
authored
Merge pull request #19 from bigcommerce/bc-luke-patch-1
Remove InjectorInterface type from test injector
2 parents fcab0d0 + 2b0590d commit 5e5590d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/AutoMockingTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22
namespace Bigcommerce\MockInjector;
33

4-
use Bigcommerce\Injector\InjectorInterface;
54
use PHPUnit\Framework\TestCase;
65
use Prophecy\PhpUnit\ProphecyTrait;
76
use Prophecy\Prophecy\MethodProphecy;
@@ -17,7 +16,7 @@ abstract class AutoMockingTest extends TestCase
1716
{
1817
use ProphecyTrait;
1918

20-
/** @var InjectorInterface|MockInjector */
19+
/** @var MockInjector */
2120
protected $injector;
2221

2322
/** @var Prophet */

0 commit comments

Comments
 (0)