Skip to content

Commit

Permalink
Apply PHP CS Fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
irazasyed authored and github-actions[bot] committed Jul 9, 2022
1 parent c90498d commit 56af434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Commands/CommandBusTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function it_throws_an_exception_if_command_is_not_an_instance_of_command_
$this->expectException(TelegramSDKException::class);
$this->bus->addCommand(
new class() {
}
}
);
}

Expand Down

0 comments on commit 56af434

Please sign in to comment.