Completed
Push — master ( c65fad...c607ee )
by Michał
02:16
created
input/Definition.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -70,6 +70,7 @@
 block discarded – undo
70 70
      *                                                  pass a Definition as the first argument to this method right
71 71
      *                                                  away, in which case the default of "true" will be used).
72 72
      * @param   Definition          ...$definitions     The Definitions to merge with this one.
73
+     * @param Definition[] $definitions
73 74
      * @return  Definition                              The merged Definition as a new instance.
74 75
      * @throws  \InvalidArgumentException               When one or more of the parameters is not a Definition
75 76
      *                                                  instance (not including the $mergeArguments bool).
Please login to merge, or discard this patch.
output/formatting/styles/Map.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,6 @@
 block discarded – undo
44 44
      * Sets the given Style in the Collection.
45 45
      *
46 46
      * @param   string  $name   The name the Style should be set as.
47
-     * @param   mixed   $value  The Style to set.
48 47
      * @return  $this
49 48
      */
50 49
     public function set(string $name, interfaces\Style $style) : Map
Please login to merge, or discard this patch.