Completed
Branch dev (60f316)
by Gabriel
03:17
created
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.