@@ -46,8 +46,7 @@ |
||
46 | 46 | |
47 | 47 | namespace Platine\Logger; |
48 | 48 | |
49 | -interface LoggerInterface |
|
50 | -{ |
|
49 | +interface LoggerInterface { |
|
51 | 50 | /** |
52 | 51 | * System is unusable. |
53 | 52 | * |
@@ -50,8 +50,7 @@ |
||
50 | 50 | * Class LogLevel |
51 | 51 | * @package Platine\Logger |
52 | 52 | */ |
53 | -class LogLevel |
|
54 | -{ |
|
53 | +class LogLevel { |
|
55 | 54 | public const EMERGENCY = 'emergency'; |
56 | 55 | public const ALERT = 'alert'; |
57 | 56 | public const CRITICAL = 'critical'; |