Skip to content

Commit

Permalink
Fixed code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Mar 6, 2024
1 parent 6164385 commit b050b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/FromTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function testObjectArrayable()

public function testRequest()
{
if (!method_exists(Request::class, 'toArray')) {
if (! method_exists(Request::class, 'toArray')) {
$this->assertTrue(true);

return;
Expand Down

0 comments on commit b050b2e

Please sign in to comment.