Skip to content

Commit 56af434

Browse files
irazasyedgithub-actions[bot]
authored andcommitted
Apply PHP CS Fixer changes
1 parent c90498d commit 56af434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Commands/CommandBusTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function it_throws_an_exception_if_command_is_not_an_instance_of_command_
7070
$this->expectException(TelegramSDKException::class);
7171
$this->bus->addCommand(
7272
new class() {
73-
}
73+
}
7474
);
7575
}
7676

0 commit comments

Comments
 (0)