Skip to content

Commit

Permalink
Apply fixes from StyleCI (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickbayman authored Dec 23, 2021
1 parent b5a1ff5 commit 18e0a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/IsPresentableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function it_will_return_null_if_presentable_method_doesnt_exist()
public function presentables_can_be_cast_as_an_array(): void
{
$user = new User([
'name' => 'Test User'
'name' => 'Test User',
]);

self::assertSame([
Expand Down

0 comments on commit 18e0a8c

Please sign in to comment.