Completed
Push — master ( 960821...ae45c2 )
by Joschi
09:57 queued 08:18
created
src/Respimgcss/Application/Model/AbsoluteLength.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Respimgcss/Application/Model/RelativeLength.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.