CC-4090: Make code style PSR compliant

-run psr-cs-fixer
This commit is contained in:
Martin Konecny 2012-07-15 21:17:13 -04:00
parent 5661872034
commit 794cf2c845
40 changed files with 2017 additions and 1874 deletions

View file

@ -43,6 +43,7 @@ class ErrorController extends Zend_Controller_Action
return false;
}
$log = $bootstrap->getResource('Log');
return $log;
}
@ -51,8 +52,4 @@ class ErrorController extends Zend_Controller_Action
// action body
}
}