Skip to content

Commit 3a10bbd

Browse files
committed
cs-fix
1 parent 22bcbf3 commit 3a10bbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EventHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ final public function internalStart(APIWrapper $MadelineProto, array $pluginsPre
296296
$filter = $filter->newInstance();
297297
}
298298
$reflParams = $methodRefl->getParameters();
299-
if (count($reflParams) === 0) {
299+
if (\count($reflParams) === 0) {
300300
throw new AssertionError("Handler method $method must have at least one parameter!");
301301
}
302302
$filter = new FiltersAnd(

0 commit comments

Comments
 (0)