We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8144b commit 869454fCopy full SHA for 869454f
1 file changed
system/HTTP/ResponseTrait.php
@@ -494,8 +494,8 @@ public function sendBody()
494
/**
495
* Perform a redirect to a new URL, in two flavors: header or location.
496
*
497
- * @param string $uri The URI to redirect to
498
- * @param int $code The type of redirection, defaults to 302
+ * @param string $uri The URI to redirect to
+ * @param int|null $code The type of redirection, defaults to 302
499
500
* @return $this
501
0 commit comments