File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Step/Deploy/PreDeploy/ConfigUpdate Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ public function __construct(
50
50
51
51
/**
52
52
* @return Validator\ResultInterface
53
+ *
54
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
53
55
*/
54
56
public function validate (): Validator \ResultInterface
55
57
{
@@ -81,7 +83,7 @@ public function validate(): Validator\ResultInterface
81
83
);
82
84
}
83
85
84
- if (!$ this ->magentoVersion ->isGreaterOrEqual ('2.4.7 ' )) {
86
+ if (!$ this ->magentoVersion ->isGreaterOrEqual ('2.4.7 ' )) {
85
87
$ variables = [
86
88
DeployInterface::VAR_USE_LUA ,
87
89
DeployInterface::VAR_LUA_KEY ,
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ public function execute()
123
123
);
124
124
unset($ config ['cache ' ]);
125
125
} else {
126
- if (isset ($ cacheConfig ['frontend ' ]['default ' ])) {
126
+ if (isset ($ cacheConfig ['frontend ' ]['default ' ])) {
127
127
$ cacheConfig ['frontend ' ]['default ' ]['backend_options ' ]['_useLua ' ] = $ luaConfigKey ;
128
128
$ cacheConfig ['frontend ' ]['default ' ]['backend_options ' ]['use_lua ' ] = $ luaConfig ;
129
129
}
You can’t perform that action at this time.
0 commit comments