Completed
Pull Request — master (#19)
by Anton
16:06 queued 06:08
created
src/Support/Composer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
     /**
63 63
      * Regenerate the Composer autoloader files.
64 64
      *
65
-     * @param array $extra
65
+     * @param string[] $extra
66 66
      * @return void
67 67
      */
68 68
     public function dumpAutoload(array $extra = []): void
Please login to merge, or discard this patch.
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.