Skip to content

Commit

Permalink
Set a default value for $isDebug in SymfonycastsSassExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
evertharmeling authored Oct 16, 2023
1 parent 5fe602a commit 039d7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/SymfonycastsSassExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

class SymfonycastsSassExtension extends Extension implements ConfigurationInterface
{
private bool $isDebug;
private bool $isDebug = false;

public function load(array $configs, ContainerBuilder $container): void
{
Expand Down

0 comments on commit 039d7aa

Please sign in to comment.