Skip to content

Commit 00467de

Browse files
committed
docs: fix duplicate object description of ...
1 parent bec2ba6 commit 00467de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

user_guide_src/source/incoming/incomingrequest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ The methods provided by the parent classes that are available are:
250250
* :meth:`CodeIgniter\\HTTP\\Message::getProtocolVersion`
251251
* :meth:`CodeIgniter\\HTTP\\Message::setProtocolVersion`
252252

253-
.. php:class:: CodeIgniter\\HTTP\\IncomingRequest
253+
.. php:class:: IncomingRequest
254254
255255
.. php:method:: isCLI()
256256

user_guide_src/source/libraries/cookies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ In runtime, you can manually supply a new default using the ``Cookie::setDefault
223223
Class Reference
224224
***************
225225

226-
.. php:class:: CodeIgniter\\HTTP\\Cookie\\Cookie
226+
.. php:class:: Cookie
227227
228228
.. php:staticmethod:: setDefaults([$config = []])
229229

user_guide_src/source/libraries/email.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Place the item you do not want word-wrapped between: {unwrap} {/unwrap}
158158
Class Reference
159159
***************
160160

161-
.. php:class:: CodeIgniter\\Email\\Email
161+
.. php:class:: Email
162162
163163
.. php:method:: setFrom($from[, $name = ''[, $returnPath = null]])
164164

0 commit comments

Comments
 (0)