Skip to content

Commit 4823409

Browse files
committed
docs: update comment
1 parent 81849ed commit 4823409

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

app/Config/Cache.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ class Cache extends BaseConfig
5353
* Whether to take the URL query string into consideration when generating
5454
* output cache files. Valid options are:
5555
*
56-
* false = Disabled
57-
* true = Enabled, take all query parameters into account.
58-
* Please be aware that this may result in numerous cache
59-
* files generated for the same page over and over again.
60-
* array('q') = Enabled, but only take into account the specified list
61-
* of query parameters.
56+
* false = Disabled
57+
* true = Enabled, take all query parameters into account.
58+
* Please be aware that this may result in numerous cache
59+
* files generated for the same page over and over again.
60+
* ['q'] = Enabled, but only take into account the specified list
61+
* of query parameters.
6262
*
6363
* @var bool|string[]
6464
*/

0 commit comments

Comments
 (0)