Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Dec 20, 2023
1 parent 3d849ea commit d1824b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension/SandboxExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class SandboxExtension extends AbstractExtension
private bool $sandboxedGlobally;
private bool $sandboxed = false;
private SecurityPolicyInterface $policy;
private SourcePolicyInterface $sourcePolicy;
private ?SourcePolicyInterface $sourcePolicy;

public function __construct(SecurityPolicyInterface $policy, $sandboxed = false, SourcePolicyInterface $sourcePolicy = null)
{
Expand Down

0 comments on commit d1824b2

Please sign in to comment.