Skip to content

Commit 9c42b8e

Browse files
committed
MC-14863: Varnish Upgrade to 6.2.0
1 parent 184b3c4 commit 9c42b8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/code/Magento/PageCache/Model/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Config
5050
protected $_scopeConfig;
5151

5252
/**
53-
* XML path to Varnish 5 config template path
53+
* XML path to Varnish 6 config template path
5454
*/
5555
const VARNISH_6_CONFIGURATION_PATH = 'system/full_page_cache/varnish6/path';
5656

app/code/Magento/PageCache/Model/Varnish/VclTemplateLocator.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ class VclTemplateLocator implements VclTemplateLocatorInterface
3434
const VARNISH_4_CONFIGURATION_PATH = 'system/full_page_cache/varnish4/path';
3535

3636
/**
37-
*
37+
* Varnish 4 supported version
3838
*/
3939
const VARNISH_SUPPORTED_VERSION_4 = '4';
4040

4141
/**
42-
*
42+
* Varnish 5 supported version
4343
*/
4444
const VARNISH_SUPPORTED_VERSION_5 = '5';
4545

4646
/**
47-
*
47+
* Varnish 6 supported version
4848
*/
4949
const VARNISH_SUPPORTED_VERSION_6 = '6';
5050

0 commit comments

Comments
 (0)