Skip to content

Commit 8e12d20

Browse files
author
UserFrosting
committed
Fix config
1 parent a764499 commit 8e12d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/Authorize/AccessConditionEvaluator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ private function resolveParamPath($path)
228228
if (is_array($value) && isset($value[$token])) {
229229
$value = $value[$token];
230230
continue;
231-
// @phpstan-ignore-next-line Allow variable property for this use
231+
// @phpstan-ignore-next-line Allow variable property for this use
232232
} elseif (is_object($value) && isset($value->$token)) {
233233
// @phpstan-ignore-next-line Allow variable property for this use
234234
$value = $value->$token;

0 commit comments

Comments
 (0)