We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f14c96 commit 7e6eb15Copy full SHA for 7e6eb15
setup/src/Magento/Setup/Model/Installer.php
@@ -1222,7 +1222,7 @@ public function validateRemoteStorageConfiguration(array $data)
1222
{
1223
try {
1224
$remoteStorageValidator = $this->objectManagerProvider->get()->get(RemoteStorageValidator::class);
1225
- } catch (ReflectionException $e) { // RemoteStorage module is not enabled; return early
+ } catch (ReflectionException $e) { // RemoteStorage module is not available; return early
1226
return;
1227
}
1228
0 commit comments