Completed
Push — master ( d523f3...4ef040 )
by Adam
03:04
created
src/IPub/MobileDetect/Helpers/CookieSettings.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 namespace IPub\MobileDetect\Helpers;
18 18
 
19 19
 use Nette;
20
-
21 20
 use IPub\MobileDetect\Exceptions;
22 21
 
23 22
 /**
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.