Add space between if and ‘(‘
[MAILPOET-1791]
This commit is contained in:
@@ -120,7 +120,7 @@ class RendererTest extends \MailPoetTest {
|
||||
}
|
||||
|
||||
function _removeAssetsManifests() {
|
||||
if(is_readable(Env::$temp_path . '/js.json')) unlink(Env::$temp_path . '/js.json');
|
||||
if(is_readable(Env::$temp_path . '/css.json')) unlink(Env::$temp_path . '/css.json');
|
||||
if (is_readable(Env::$temp_path . '/js.json')) unlink(Env::$temp_path . '/js.json');
|
||||
if (is_readable(Env::$temp_path . '/css.json')) unlink(Env::$temp_path . '/css.json');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user