File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments