Skip to content

Commit

Permalink
fix: PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattfarinn committed Apr 17, 2024
1 parent a37e3c2 commit 5af6298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class DebugTemplate extends Template
{
private $fileSystem;

public function display(array $context, array $blocks = [])
public function display(array $context, array $blocks = []): void
{
$this->fileSystem = $this->fileSystem ?: new Filesystem();

Expand Down

0 comments on commit 5af6298

Please sign in to comment.