Fix code style

This commit is contained in:
Fedor A. Fetisov 2017-10-13 19:44:23 +03:00
parent 75c04cae38
commit 35d80bdcee

View File

@ -49,7 +49,7 @@ class Utils
); );
$plugin_files = glob($pattern); $plugin_files = glob($pattern);
if ($plugin_files === FALSE) { if ($plugin_files === false) {
// TODO: Maybe one should raise some exception here // TODO: Maybe one should raise some exception here
return $plugins; return $plugins;
} }