Skip to content

Commit 6e7f524

Browse files
Eleirbag89StyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent b882f25 commit 6e7f524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TelegramErrorLogger.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ private function rt($array, $title = null, $head = true)
8484
$text .= "\n";
8585
}
8686
foreach ($array as $key => $value) {
87-
if($value instanceof CURLFile){
87+
if ($value instanceof CURLFile) {
8888
$text .= $ref.'.'.$key.'= File'.PHP_EOL;
89-
}else if (is_array($value)) {
89+
} elseif (is_array($value)) {
9090
if ($title != null) {
9191
$key = $title.'.'.$key;
9292
}

0 commit comments

Comments
 (0)