docs: add @deprecated version

This commit is contained in:
kenjis 2023-10-17 09:21:38 +09:00
parent b20204af2f
commit 21760f62b8
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -171,7 +171,7 @@ class CodeIgniter
/**
* Whether to return Response object or send response.
*
* @deprecated No longer used.
* @deprecated 4.4.0 No longer used.
*/
protected bool $returnResponse = false;