Skip to content

Commit e15f947

Browse files
committed
cs-fix
1 parent af234f6 commit e15f947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FileId.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ public function getBotAPI(): string
273273
if ($this->photoSizeSource !== null) {
274274
$photoSize = $this->photoSizeSource;
275275
if ($this->subVersion < 32) {
276-
assert($this->volumeId !== null);
276+
\assert($this->volumeId !== null);
277277
$fileId .= Tools::packLong($this->volumeId);
278278
}
279279

0 commit comments

Comments
 (0)