@@ -44,7 +44,6 @@ |
||
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 |