8000
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 1e7d487 commit a913f70Copy full SHA for a913f70
src/Symfony/Component/HttpFoundation/Response.php
@@ -612,6 +612,8 @@ public function setPublic()
612
* @param bool $immutable enables or disables the immutable directive
613
*
614
* @return $this
615
+ *
616
+ * @final
617
*/
618
public function setImmutable($immutable = true)
619
{
@@ -628,6 +630,8 @@ public function setImmutable($immutable = true)
628
630
* Returns true if the response is marked as "immutable".
629
631
632
* @return bool returns true if the response is marked as "immutable"; otherwise false
633
634
635
636
public function isImmutable()
637
0 commit comments