Completed
Push — master ( bb9431...733af7 )
by Beau
18s queued 11s
created
src/Dflydev/FigCookies/Modifier/SameSite.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,6 +66,6 @@
 block discarded – undo
66 66
 
67 67
     public function asString() : string
68 68
     {
69
-        return 'SameSite=' . $this->value;
69
+        return 'SameSite='.$this->value;
70 70
     }
71 71
 }
Please login to merge, or discard this patch.