Skip to content

Commit 6b63936

Browse files
committed
fix cs
1 parent 2296e80 commit 6b63936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TelegramLog.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ public static function initialize(Logger $external_monolog = null)
7272
self::$monolog = $external_monolog;
7373

7474
foreach (self::$monolog->getHandlers() as $handler) {
75-
if ($handler->getLevel() == 400 ) {
75+
if ($handler->getLevel() == 400) {
7676
self::$error_log_path = true;
7777
}
78-
if ($handler->getLevel() == 100 ) {
78+
if ($handler->getLevel() == 100) {
7979
self::$debug_log_path = true;
8080
}
8181
}

0 commit comments

Comments
 (0)