File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
app/code/Magento/PageCache Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ abstract class Block extends \Magento\Framework\App\Action\Action
67
67
* @param Base64Json $base64jsonSerializer
68
68
* @param LayoutCacheKeyInterface $layoutCacheKey
69
69
* @param RegexFactory|null $regexValidatorFactory
70
- * @param ScopeConfigInterface|null $config
70
+ * @param ScopeConfigInterface|null $scopeConfig
71
71
*/
72
72
public function __construct (
73
73
\Magento \Framework \App \Action \Context $ context ,
Original file line number Diff line number Diff line change @@ -152,7 +152,8 @@ public function getTtl()
152
152
*
153
153
* @param string $vclTemplatePath
154
154
* @return string
155
- * @deprecated 100.2.0 see \Magento\PageCache\Model\VclGeneratorInterface::generateVcl
155
+ * @deprecated 100.2.0
156
+ * @see \Magento\PageCache\Model\VclGeneratorInterface::generateVcl
156
157
*/
157
158
public function getVclFile ($ vclTemplatePath )
158
159
{
@@ -191,7 +192,8 @@ public function getVclFile($vclTemplatePath)
191
192
* Prepare data for VCL config
192
193
*
193
194
* @return array
194
- * @deprecated 100.2.0 see \Magento\PageCache\Model\VclGeneratorInterface::generateVcl
195
+ * @deprecated 100.2.0
196
+ * @see \Magento\PageCache\Model\VclGeneratorInterface::generateVcl
195
197
*/
196
198
protected function _getReplacements ()
197
199
{
@@ -221,7 +223,8 @@ protected function _getReplacements()
221
223
* }
222
224
*
223
225
* @return mixed|null|string
224
- * @deprecated 100.2.0 see \Magento\PageCache\Model\VclGeneratorInterface::generateVcl
226
+ * @deprecated 100.2.0
227
+ * @see \Magento\PageCache\Model\VclGeneratorInterface::generateVcl
225
228
*/
226
229
protected function _getAccessList ()
227
230
{
@@ -247,7 +250,8 @@ protected function _getAccessList()
247
250
* we have to convert "/pattern/iU" into "(?Ui)pattern"
248
251
*
249
252
* @return string
250
- * @deprecated 100.2.0 see \Magento\PageCache\Model\VclGeneratorInterface::generateVcl
253
+ * @deprecated 100.2.0
254
+ * @see \Magento\PageCache\Model\VclGeneratorInterface::generateVcl
251
255
*/
252
256
protected function _getDesignExceptions ()
253
257
{
You can’t perform that action at this time.
0 commit comments