Skip to content

Commit 8ba538a

Browse files
committed
Add since tags
1 parent 6d483fb commit 8ba538a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Response.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,8 @@ protected function sendHeaders() : void
538538
* By default, it will replace, but if you pass in false as the first
539539
* argument you can force multiple headers of the same type.
540540
*
541+
* @since 6.5
542+
*
541543
* @param bool $replace
542544
*
543545
* @see Response::sendHeaders()
@@ -553,6 +555,7 @@ public function setReplaceHeaders(bool $replace = true) : static
553555
/**
554556
* Tells if headers are being replaced.
555557
*
558+
* @since 6.5
556559
* @see Response::setReplaceHeaders()
557560
*
558561
* @return bool

0 commit comments

Comments
 (0)