Completed
Branch master (20d2a7)
by Anton
15:55
created
src/Job/Entities/Job.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -32,6 +32,9 @@
 block discarded – undo
32 32
 
33 33
     private $requirement;
34 34
 
35
+    /**
36
+     * @param RequirementContract $requirement
37
+     */
35 38
     public function __construct(
36 39
         string $type,
37 40
         string $id,
Please login to merge, or discard this patch.
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.