Refactor Loglevels

This commit is contained in:
Philipp Holzer 2019-01-03 09:00:49 +01:00 committed by Hypolite Petovan
parent 19b55f5f8d
commit 6e48df2163
3 changed files with 11 additions and 48 deletions

View file

@ -159,7 +159,7 @@ class App
*
* @throws Exception if the Basepath is not usable
*/
public function __construct($basePath, $logger, $isBackend = true)
public function __construct($basePath, LoggerInterface $logger, $isBackend = true)
{
$this->logger = $logger;