We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664b108 commit 449db77Copy full SHA for 449db77
TelegramErrorLogger.php
@@ -85,7 +85,7 @@ private function rt($array, $title = null, $head = true)
85
}
86
foreach ($array as $key => $value) {
87
if($value instanceof CURLFile){
88
- $text .= $ref.'.'.$key.'= CURLFile'.PHP_EOL;
+ $text .= $ref.'.'.$key.'= File'.PHP_EOL;
89
}else if (is_array($value)) {
90
if ($title != null) {
91
$key = $title.'.'.$key;
0 commit comments