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 6d483fb commit 8ba538aCopy full SHA for 8ba538a
src/Response.php
@@ -538,6 +538,8 @@ protected function sendHeaders() : void
538
* By default, it will replace, but if you pass in false as the first
539
* argument you can force multiple headers of the same type.
540
*
541
+ * @since 6.5
542
+ *
543
* @param bool $replace
544
545
* @see Response::sendHeaders()
@@ -553,6 +555,7 @@ public function setReplaceHeaders(bool $replace = true) : static
553
555
/**
554
556
* Tells if headers are being replaced.
557
558
559
* @see Response::setReplaceHeaders()
560
561
* @return bool
0 commit comments