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 86b640d commit 416331cCopy full SHA for 416331c
setup/src/Magento/Setup/Model/PhpReadinessCheck.php
@@ -198,9 +198,7 @@ private function checkPopulateRawPostSetting()
198
$checkVersionConstraint = $this->versionParser->parseConstraints('~5.6.0');
199
$normalizedPhpVersion = $this->normalizePhpVersion(PHP_VERSION);
200
$currentVersion = $this->versionParser->parseConstraints($normalizedPhpVersion);
201
- if ($checkVersionConstraint->matches($currentVersion)
202
- && $iniSetting !== -1
203
- ) {
+ if ($checkVersionConstraint->matches($currentVersion) && $iniSetting !== -1) {
204
$error = true;
205
}
206
0 commit comments