Completed
Branch dev (60f316)
by Gabriel
03:17
created
src/Gabrieljmj/Should/Console/Command/ExecuteTestsCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Symfony\Component\EventDispatcher\Event;
19 19
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
20 20
 use Psr\Log\LoggerInterface;
21
-use Gabrieljmj\Should\Ambient\AmbientInterface;
22 21
 use Gabrieljmj\Should\Template\TemplateInterface;
23 22
 use Gabrieljmj\Should\Report\Report;
24 23
 use Gabrieljmj\Should\Event\ExecutionEventInterface;
Please login to merge, or discard this patch.
src/Gabrieljmj/Should/Report/Report.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -47,6 +47,9 @@
 block discarded – undo
47 47
      */
48 48
     private $assertList = [];
49 49
 
50
+    /**
51
+     * @param string $name
52
+     */
50 53
     public function __construct($name)
51 54
     {
52 55
         $this->name = $name;
Please login to merge, or discard this patch.