mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-13 12:40:18 +02:00
[Nostromo] PHP CS Fixer
This commit is contained in:
parent
67c3a23bbb
commit
9d6163669a
@ -77,7 +77,6 @@ class MageApplication extends Application
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (array_key_exists('magephp', $config) && is_array($config['magephp'])) {
|
if (array_key_exists('magephp', $config) && is_array($config['magephp'])) {
|
||||||
|
|
||||||
$logger = null;
|
$logger = null;
|
||||||
if (array_key_exists('log_dir', $config['magephp']) && file_exists($config['magephp']['log_dir']) && is_dir($config['magephp']['log_dir'])) {
|
if (array_key_exists('log_dir', $config['magephp']) && file_exists($config['magephp']['log_dir']) && is_dir($config['magephp']['log_dir'])) {
|
||||||
$logfile = sprintf('%s/%s.log', $config['magephp']['log_dir'], date('Ymd_His'));
|
$logfile = sprintf('%s/%s.log', $config['magephp']['log_dir'], date('Ymd_His'));
|
||||||
|
Loading…
Reference in New Issue
Block a user