Passed
Push — develop ( 74e1f6...24796a )
by nguereza
01:36
created
src/LogLevel.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,8 +50,7 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.