mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Updated Documenation
Signed-off-by: Kristian Matthews <kristian.matthews@me.com>
This commit is contained in:
parent
88423a5fea
commit
dd59339c36
@ -299,11 +299,11 @@ trait ResponseTrait
|
||||
/**
|
||||
* Used when there is a server error.
|
||||
*
|
||||
* @param string $description Description
|
||||
* @param string|null $code Code.
|
||||
* @param string $message Message.
|
||||
* @param string $description The error message to show the user.
|
||||
* @param string|null $code A custom, API-specific, error code.
|
||||
* @param string $message A custom "reason" message to return.
|
||||
*
|
||||
* @return Response Response.
|
||||
* @return Response The value of the Response's send() method.
|
||||
*/
|
||||
public function failServerError(string $description, string $code = null, string $message = ''): Response
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user