Completed
Pull Request — master (#31)
by Marco
05:52
created
src/Dflydev/FigCookies/Modifier/SameSite.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,6 +53,6 @@
 block discarded – undo
53 53
     /** @return string */
54 54
     public function asString()
55 55
     {
56
-        return 'SameSite=' . ($this->strict ? 'Strict' : 'Lax');
56
+        return 'SameSite='.($this->strict ? 'Strict' : 'Lax');
57 57
     }
58 58
 }
Please login to merge, or discard this patch.