Fix coding style issue - redundant space after if
This commit is contained in:
@@ -15,7 +15,7 @@ class PHPVersionWarnings {
|
|||||||
'ajaxDismissNoticeHandler'
|
'ajaxDismissNoticeHandler'
|
||||||
));
|
));
|
||||||
|
|
||||||
if ($is_enabled && $this->isOutdatedPHPVersion($php_version)) {
|
if($is_enabled && $this->isOutdatedPHPVersion($php_version)) {
|
||||||
return $this->displayError($php_version);
|
return $this->displayError($php_version);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user