@@ -17,7 +17,6 @@ |
||
17 | 17 | namespace IPub\MobileDetect\Helpers; |
18 | 18 | |
19 | 19 | use Nette; |
20 | - |
|
21 | 20 | use IPub\MobileDetect\Exceptions; |
22 | 21 | |
23 | 22 | /** |
@@ -75,7 +75,7 @@ |
||
75 | 75 | * |
76 | 76 | * @throws Exceptions\InvalidArgumentException |
77 | 77 | */ |
78 | - public function __construct(string $name, ?string $domain = NULL, ?string $expireAfter = NULL, string $path = '/', bool $secure = FALSE, bool $httpOnly = TRUE) |
|
78 | + public function __construct(string $name, ?string $domain = NULL, ?string $expireAfter = NULL, string $path = '/', bool $secure = FALSE, bool $httpOnly = TRUE) |
|
79 | 79 | { |
80 | 80 | // from PHP source code |
81 | 81 | if (preg_match("/[=,; \t\r\n\013\014]/", $name)) { |