Skip to content

Commit

Permalink
Fix function descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Jan 7, 2025
1 parent 5cf98b9 commit a600b05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function __construct($request)
//
// Implement template methods from AuthorizationPolicy
//
public function effect()
public function effect(): int
{
if (!$this->_context) {
return AuthorizationPolicy::AUTHORIZATION_DENY;
Expand Down

0 comments on commit a600b05

Please sign in to comment.