Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 877a499

Browse files
committed
fix Psalm
1 parent 1b626cc commit 877a499

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/HttpFoundation/Response.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,9 @@ public function sendHeaders(/* int $statusCode = null */): static
387387
}
388388

389389
if ($informationalResponse) {
390+
/**
391+
* @psalm-suppress UndefinedFunction
392+
*/
390393
headers_send($statusCode);
391394

392395
return $this;

0 commit comments

Comments
 (0)