Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaOnLine committed Mar 13, 2024
1 parent 1760bfe commit f939553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/RoutesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public function testItWillReturn404WhenDocGenerationFails(): void
/**
* @throws Exception
*/
private function mockGenerator(): Generator|MockObject
private function mockGenerator(): Generator
{
$mockGenerator = $this->createMock(Generator::class);
$mockGeneratorFactory = $this->createMock(GeneratorFactory::class);
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class TestCase extends OrchestraTestCase

protected Generator $generator;

protected Filesystem|MockObject $fileSystem;
protected Filesystem $fileSystem;

/**
* @throws Exception
Expand Down

0 comments on commit f939553

Please sign in to comment.