Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Aug 5, 2024
1 parent b8a6d7c commit cef2ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Container/ContextualAttributeBindingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public function testDatabaseAttribute()

public function testAuthAttribute()
{
$container = new Container;#
$container = new Container; //
$container->singleton('auth', function () {
$manager = m::mock(AuthManager::class);
$manager->shouldReceive('guard')->with('foo')->andReturn(m::mock(GuardContract::class));
Expand Down

0 comments on commit cef2ce3

Please sign in to comment.