Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
made parameters optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Apr 1, 2019
1 parent 2af1546 commit 71e13b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helper/AcceptPoliciesHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function getActivePolicies(): array
/**
* Helper method to determine acceptance / confirmation states for current user.
*/
private function determineAcceptanceState(int $uid, string $modVarName): bool
private function determineAcceptanceState(int $uid = null, string $modVarName = ''): bool
{
$acceptanceState = false;

Expand Down

0 comments on commit 71e13b0

Please sign in to comment.