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.
1 parent 9c712aa commit 8b1a786Copy full SHA for 8b1a786
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