Skip to content

Commit e3bbc9f

Browse files
committed
Fix other class reference headings to match
1 parent 778a26a commit e3bbc9f

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

user_guide_src/source/incoming/incomingrequest.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,9 @@ You can easily negotiate content types with the request through the ``negotiate(
270270

271271
See the :doc:`Content Negotiation </incoming/content_negotiation>` page for more details.
272272

273+
***************
273274
Class Reference
274-
---------------
275+
***************
275276

276277
.. note:: In addition to the methods listed here, this class inherits the methods from the
277278
:doc:`Request Class </incoming/request>` and the :doc:`Message Class </incoming/message>`.

user_guide_src/source/incoming/request.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ from the Request class to add specific functionality.
1111
See the documentation for the :doc:`IncomingRequest Class </incoming/incomingrequest>` and
1212
:doc:`CURLRequest Class </libraries/curlrequest>` for more usage details.
1313

14-
===============
14+
***************
1515
Class Reference
16-
===============
16+
***************
1717

1818
.. php:class:: CodeIgniter\\HTTP\\Request
1919

user_guide_src/source/libraries/caching.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ This is an array of servers that will be used when using the ``Memcache(d)`` han
7171

7272
The settings for the Redis server that you wish to use when using the ``Redis`` handler.
7373

74-
===============
74+
***************
7575
Class Reference
76-
===============
76+
***************
7777

7878
.. php:method:: isSupported()
7979

user_guide_src/source/outgoing/view_renderer.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,9 @@ Several options can be passed to the ``render()`` or ``renderString()`` methods:
9999
ignored for renderString()
100100
- ``saveData`` - true if the view data parameters should be retained for subsequent calls
101101

102+
***************
102103
Class Reference
103-
===============
104+
***************
104105

105106
.. php:class:: CodeIgniter\\View\\View
106107

0 commit comments

Comments
 (0)