Skip to content

Commit 5d026d6

Browse files
committed
docs: add indentation for notes
1 parent e9709a2 commit 5d026d6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

user_guide_src/source/libraries/caching.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ Class Reference
119119

120120
.. literalinclude:: caching/004.php
121121

122-
.. note:: The ``$raw`` parameter is only utilized by Memcache,
123-
in order to allow usage of ``increment()`` and ``decrement()``.
122+
.. note:: The ``$raw`` parameter is only utilized by Memcache,
123+
in order to allow usage of ``increment()`` and ``decrement()``.
124124

125125
.. php:method:: delete($key): bool
126126
@@ -203,8 +203,8 @@ Class Reference
203203

204204
.. literalinclude:: caching/010.php
205205

206-
.. note:: The information returned and the structure of the data is dependent
207-
on which adapter is being used.
206+
.. note:: The information returned and the structure of the data is dependent
207+
on which adapter is being used.
208208

209209
.. php:method:: getMetadata(string $key)
210210
@@ -219,7 +219,7 @@ Class Reference
219219

220220
.. literalinclude:: caching/011.php
221221

222-
.. note:: The information returned and the structure of the data is dependent
222+
.. note:: The information returned and the structure of the data is dependent
223223
on which adapter is being used. Some adapters (File, Memcached, Wincache)
224224
still return ``false`` for missing items.
225225

0 commit comments

Comments
 (0)