File tree Expand file tree Collapse file tree
user_guide_src/source/incoming Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,15 +151,16 @@ Class Reference
151151 :returns: The current HTTP protocol version
152152 :rtype: string
153153
154- Returns the message's current HTTP protocol. If none has been set, will return `` null ``.
155- Acceptable values are ``1.0 ``, `` 1.1 `` and `` 2.0 ``.
154+ Returns the message's current HTTP protocol. If none has been set, will
155+ return ``1.1 ``.
156156
157157 .. php :method :: setProtocolVersion($version)
158158
159159 :param string $version: The HTTP protocol version
160160 :returns: The current message instance
161161 :rtype: CodeIgniter\\ HTTP\\ Message
162162
163- Sets the HTTP protocol version this Message uses. Valid values are ``1.0 ``, ``1.1 `` and ``2.0 ``:
163+ Sets the HTTP protocol version this Message uses. Valid values are
164+ ``1.0 ``, ``1.1 ``, ``2.0 `` and ``3.0 ``:
164165
165166 .. literalinclude :: message/010.php
You can’t perform that action at this time.
0 commit comments