| @@ -3,7 +3,6 @@ | ||
| 3 | 3 | namespace spec\RMiller\ErrorExtension\Observer; | 
| 4 | 4 | |
| 5 | 5 | use PhpSpec\ObjectBehavior; | 
| 6 | -use Prophecy\Argument; | |
| 7 | 6 | use RMiller\ErrorExtension\Observer\ErrorObserver; | 
| 8 | 7 | |
| 9 | 8 | class ErrorObserversSpec extends ObjectBehavior | 
| @@ -1,6 +1,5 @@ | ||
| 1 | 1 | <?php | 
| 2 | 2 | |
| 3 | -use Behat\Behat\Tester\Exception\PendingException; | |
| 4 | 3 | use Behat\Behat\Context\Context; | 
| 5 | 4 | use Behat\Behat\Context\SnippetAcceptingContext; | 
| 6 | 5 | use Behat\Gherkin\Node\PyStringNode; | 
| @@ -88,7 +88,7 @@ discard block | ||
| 88 | 88 | } | 
| 89 | 89 | |
| 90 | 90 | /** | 
| 91 | - * @return InputInterface | |
| 91 | + * @return StringInput | |
| 92 | 92 | */ | 
| 93 | 93 | public function getInput() | 
| 94 | 94 |      { | 
| @@ -96,7 +96,7 @@ discard block | ||
| 96 | 96 | } | 
| 97 | 97 | |
| 98 | 98 | /** | 
| 99 | - * @return OutputInterface | |
| 99 | + * @return StreamOutput | |
| 100 | 100 | */ | 
| 101 | 101 | public function getOutput() | 
| 102 | 102 |      { | 
| @@ -88,7 +88,7 @@ discard block | ||
| 88 | 88 | } | 
| 89 | 89 | |
| 90 | 90 | /** | 
| 91 | - * @return InputInterface | |
| 91 | + * @return StringInput | |
| 92 | 92 | */ | 
| 93 | 93 | public function getInput() | 
| 94 | 94 |      { | 
| @@ -96,7 +96,7 @@ discard block | ||
| 96 | 96 | } | 
| 97 | 97 | |
| 98 | 98 | /** | 
| 99 | - * @return OutputInterface | |
| 99 | + * @return StreamOutput | |
| 100 | 100 | */ | 
| 101 | 101 | public function getOutput() | 
| 102 | 102 |      { |