Skip to content

Commit

Permalink
Fix PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Jun 20, 2022
1 parent 2efaedd commit 682fdd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Behat/Context/System/FilesystemContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public function before(): void
*/
public function thereIsAFileWithNameAndContent(string $filename, string $date): void
{
Assert::notNull($this->vfsStream);
vfsStream::newFile($filename)->at($this->vfsStream)->setContent($date);
}

Expand Down

0 comments on commit 682fdd5

Please sign in to comment.