Skip to content

Commit 2656881

Browse files
authored
Apply fixes from StyleCI (#52)
Apply fixes from StyleCI
2 parents 191f0df + 5c04b98 commit 2656881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TelegramFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function file($file, string $type, string $filename = null): self
6767

6868
$isLocalFile = $this->isReadableFile($file);
6969

70-
if($filename !== null || $isLocalFile) {
70+
if ($filename !== null || $isLocalFile) {
7171
$this->payload['file'] = [
7272
'filename' => $filename,
7373
'name' => $type,

0 commit comments

Comments
 (0)