Skip to content

Commit

Permalink
Fix class name.
Browse files Browse the repository at this point in the history
  • Loading branch information
young-steveo committed Jun 1, 2023
1 parent ad82390 commit aff59a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Cabinet/Stub/UnknownService.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use Arcanum\Test\Cabinet\Stub\DoesNotExist;

class SimpleService
class UnknownService
{
public function __construct(public DoesNotExist $dependency) /** @phpstan-ignore-line */
{
Expand Down

0 comments on commit aff59a4

Please sign in to comment.