Skip to content

Commit

Permalink
add = null to sourcePolicyInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
YSaxon committed Oct 17, 2023
1 parent 1ceec0d commit ebb3786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sandbox/SourcePolicyInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ interface SourcePolicyInterface
* @param Source $source
*
*/
public function enableSandbox(Source $source) : bool;
public function enableSandbox(Source $source = null) : bool;
}

0 comments on commit ebb3786

Please sign in to comment.