Passed
Push — master ( d9f25c...828f2c )
by Rafael Damasceno
01:46 queued 12s
created
src/Cookie.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      * Return the values of the cookie
60 60
      * @return string|null the value of the cookie that will be stored on the client's machine
61 61
      */
62
-    public function getValue(): null|string
62
+    public function getValue(): null | string
63 63
     {
64 64
         return $this->value;
65 65
     }
Please login to merge, or discard this patch.