@@ -58,7 +58,6 @@ discard block |
||
58 | 58 | * |
59 | 59 | * @param float $value Value |
60 | 60 | * @param string $unit Unit |
61 | - * @param int $emPixel EM to pixel ratio |
|
62 | 61 | */ |
63 | 62 | public function __construct(float $value, string $unit, LengthNormalizerService $lengthNormalizerService) |
64 | 63 | { |
@@ -69,7 +68,7 @@ discard block |
||
69 | 68 | /** |
70 | 69 | * Return whether this is an absolute length |
71 | 70 | * |
72 | - * @return float Absolute length |
|
71 | + * @return boolean Absolute length |
|
73 | 72 | */ |
74 | 73 | public function isAbsolute() |
75 | 74 | { |
@@ -58,7 +58,7 @@ |
||
58 | 58 | /** |
59 | 59 | * Return whether this is an absolute length |
60 | 60 | * |
61 | - * @return float Absolute length |
|
61 | + * @return boolean Absolute length |
|
62 | 62 | */ |
63 | 63 | public function isAbsolute() |
64 | 64 | { |
@@ -58,6 +58,7 @@ |
||
58 | 58 | * ImageCandidateSetValidator constructor. |
59 | 59 | * |
60 | 60 | * @param ImageCandidateInterface[] ...$imageCandidates |
61 | + * @param ImageCandidateInterface $imageCandidates |
|
61 | 62 | */ |
62 | 63 | public function __construct(ImageCandidateInterface ...$imageCandidates) |
63 | 64 | { |