Skip to content

Commit f8141c4

Browse files
committed
Merge branch '4.2'
* 4.2: Refactor comment remove invalid array type fix varnish comment
2 parents d5e2f45 + c22a1c3 commit f8141c4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

http_cache/varnish.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,8 @@ using Varnish 3:
134134
.. code-block:: varnish3
135135
136136
sub vcl_fetch {
137-
/* By default, Varnish3 ignores Cache-Control: no-cache and private
138-
https://www.varnish-cache.org/docs/3.0/tutorial/increasing_your_hitrate.html#cache-control
139-
*/
137+
// By default, Varnish3 ignores Cache-Control: no-cache and private
138+
// https://www.varnish-cache.org/docs/3.0/tutorial/increasing_your_hitrate.html#cache-control
140139
if (beresp.http.Cache-Control ~ "private" ||
141140
beresp.http.Cache-Control ~ "no-cache" ||
142141
beresp.http.Cache-Control ~ "no-store"

reference/forms/types/options/group_by.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
group_by
22
~~~~~~~~
33

4-
**type**: ``array``, ``callable`` or ``string`` **default**: ``null``
4+
**type**: ``string`` or ``callable`` **default**: ``null``
55

66
You can group the ``<option>`` elements of a ``<select>`` into ``<optgroup>``
77
by passing a multi-dimensional array to ``choices``. See the

0 commit comments

Comments
 (0)