Completed
Push — master ( d523f3...4ef040 )
by Adam
03:04
created
src/IPub/MobileDetect/Helpers/CookieSettings.php 1 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.