Completed
Push — master ( 9e0ca5...478748 )
by Ehsan
10:57 queued 02:20
created
phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/MagicCallPatchSpec.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\Prophecy\Doubler\ClassPatch;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 use Prophecy\Doubler\Generator\Node\ClassNode;
8 7
 use Prophecy\Doubler\Generator\Node\MethodNode;
9 8
 
Please login to merge, or discard this patch.
vendor/symfony/console/Tests/Helper/ProgressIndicatorTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -765,6 +765,9 @@
 block discarded – undo
765 765
         return new StreamOutput(fopen('php://memory', 'r+', false), $verbosity, $decorated);
766 766
     }
767 767
 
768
+    /**
769
+     * @param string $expected
770
+     */
768 771
     protected function generateOutput($expected)
769 772
     {
770 773
         $count = substr_count($expected, "\n");
Please login to merge, or discard this patch.