@@ -93,7 +93,7 @@ |
||
93 | 93 | * @param bool $httpOnly |
94 | 94 | */ |
95 | 95 | public function setCookie($name, $value, $expire, $path, $domain, $secure, $httpOnly, $sameSite = 'Lax') { |
96 | - $path = $this->webRoot ? : '/'; |
|
96 | + $path = $this->webRoot ?: '/'; |
|
97 | 97 | |
98 | 98 | if (PHP_VERSION_ID < 70300) { |
99 | 99 | setcookie($name, $value, $expire, $path, $domain, $secure, $httpOnly); |