Completed
Push — master ( 725e44...f8e165 )
by Anton
01:22
created
src/Job/Entities/Job.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -35,6 +35,9 @@
 block discarded – undo
35 35
 
36 36
     private $createdAt;
37 37
 
38
+    /**
39
+     * @param RequirementContract $requirement
40
+     */
38 41
     public function __construct(
39 42
         string $type,
40 43
         string $id,
Please login to merge, or discard this patch.