Skip to content

Commit

Permalink
cs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Feb 4, 2024
1 parent 493c8ab commit b4109d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Unit/Exceptions/ExistsExceptionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function testCreate(string $type): void
/**
* @return array<string, array<string, string>>
*/
public function provideCreateCases(): iterable
public static function provideCreateCases(): iterable
{
return [
ExistsException::TYPE_FACTORY => ['type' => ExistsException::TYPE_FACTORY],
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/ParameterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function testInvoke(mixed $data): void
self::assertSame($data, $parameter());
}

public function provideInvokeCases(): iterable
public static function provideInvokeCases(): iterable
{
return [
'bool' => [
Expand Down

0 comments on commit b4109d0

Please sign in to comment.