Skip to content

Commit

Permalink
test: fix filesystem typehint in phpunit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroTroller committed Oct 23, 2023
1 parent 06d948c commit 20258e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

abstract class FunctionalTestCase extends TestCase
{
protected Filesystem $filesystem;
protected ?Filesystem $filesystem = null;

/**
* @test
Expand Down

0 comments on commit 20258e6

Please sign in to comment.