Skip to content

Commit

Permalink
Fix public configurator
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Beranek committed Sep 27, 2024
1 parent 7747862 commit 55a5570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Error/DefaultErrorHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
final class DefaultErrorHandler implements ErrorHandlerInterface
{
/** @var ConfiguratorInterface */
public $outputConfigurator;
private $outputConfigurator;

public function __construct(ConfiguratorInterface $outputConfigurator)
{
Expand Down

0 comments on commit 55a5570

Please sign in to comment.