We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f75e9b + 8b1a786 commit f6cd180Copy full SHA for f6cd180
user_guide_src/source/libraries/caching.rst
@@ -159,7 +159,7 @@ Class Reference
159
$cache->deleteMatching('*_suffix'); // deletes all items of which keys end with "_suffix"
160
161
For more information on glob-style syntax, please see
162
- `https://en.wikipedia.org/wiki/Glob_(programming) <https://en.wikipedia.org/wiki/Glob_(programming)#Syntax>`_.
+ `Glob (programming) <https://en.wikipedia.org/wiki/Glob_(programming)#Syntax>`_.
163
164
.. php:method:: increment($key[, $offset = 1]): mixed
165
0 commit comments