We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f1a50 commit dca62feCopy full SHA for dca62fe
src/Http/Response.php
@@ -43,7 +43,7 @@ public function __construct()
43
if (is_int($code = http_response_code())) {
44
$this->code = $code;
45
}
46
- header_register_callback((new \ReflectionMethod('Nette\Http\Helpers::removeDuplicateCookies'))->getClosure()); // requires closure due PHP bug #66375
+
47
48
49
0 commit comments