Completed
Push — master ( 132b95...1b4be3 )
by Richard
9s
created
ErrorExtension/spec/RMiller/ErrorExtension/Observer/ErrorObserversSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Extension/ExemplifyExtension/features/bootstrap/FeatureContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Extension/ExemplifyExtension/features/bootstrap/AppicationTester.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
96 96
     }
97 97
 
98 98
     /**
99
-     * @return OutputInterface
99
+     * @return StreamOutput
100 100
      */
101 101
     public function getOutput()
102 102
     {
Please login to merge, or discard this patch.