@@ -53,6 +53,6 @@ |
||
| 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 | } |