Skip to content

Commit

Permalink
[Nostromo] PHP CS Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-montanez committed Feb 11, 2017
1 parent 67c3a23 commit 9d61636
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MageApplication.php
Expand Up @@ -77,7 +77,6 @@ public function configure()
}

if (array_key_exists('magephp', $config) && is_array($config['magephp'])) {

$logger = null;
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'));
Expand Down

0 comments on commit 9d61636

Please sign in to comment.