Completed
Push — master ( a9a574...a88cd7 )
by Bas
03:45
created
src/Job/PostponableJobTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
     /**
62 62
      * Set metadata
63 63
      *
64
-     * @param  string|int|array|\Traversable $spec
64
+     * @param  string $spec
65 65
      * @param  mixed $value
66 66
      */
67 67
     abstract function setMetadata($spec, $value = null);
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
     /**
70 70
      * Get metadata
71 71
      *
72
-     * @param  null|string|int $key
72
+     * @param  string $key
73 73
      * @return mixed
74 74
      */
75 75
     abstract function getMetadata($key = null, $default = null);
Please login to merge, or discard this patch.