We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8eba1 commit 37326d9Copy full SHA for 37326d9
1 file changed
user_guide_src/source/outgoing/response.rst
@@ -242,7 +242,7 @@ The methods provided by the parent class that are available are:
242
243
.. php:class:: CodeIgniter\\HTTP\\Response
244
245
- .. php:method:: statusCode()
+ .. php:method:: getStatusCode()
246
247
:returns: The current HTTP status code for this response
248
:rtype: int
@@ -268,7 +268,7 @@ The methods provided by the parent class that are available are:
268
269
$response->setStatusCode(230, "Tardis initiated");
270
271
- .. php:method:: reason()
+ .. php:method:: getReason()
272
273
:returns: The current reason phrase.
274
:rtype: string
0 commit comments