@@ -66,6 +66,6 @@ |
||
| 66 | 66 | |
| 67 | 67 | public function asString() : string |
| 68 | 68 | { |
| 69 | - return 'SameSite=' . $this->value; |
|
| 69 | + return 'SameSite='.$this->value; |
|
| 70 | 70 | } |
| 71 | 71 | } |