File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Deploy/Service Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public function deploy(array $options)
80
80
: (new \DateTime ())->getTimestamp ();
81
81
$ this ->versionStorage ->save ($ version );
82
82
83
- if ($ this ->getRefreshContentVersionOnly ($ options )) {
83
+ if ($ this ->isRefreshContentVersionOnly ($ options )) {
84
84
$ this ->logger ->warning ("New content version: " . $ version );
85
85
return ;
86
86
}
@@ -145,7 +145,7 @@ private function getProcessesAmount(array $options)
145
145
* @param array $options
146
146
* @return bool
147
147
*/
148
- private function getRefreshContentVersionOnly (array $ options )
148
+ private function isRefreshContentVersionOnly (array $ options )
149
149
{
150
150
return isset ($ options [Options::REFRESH_CONTENT_VERSION_ONLY ])
151
151
&& $ options [Options::REFRESH_CONTENT_VERSION_ONLY ];
You can’t perform that action at this time.
0 commit comments