We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a764499 commit 8e12d20Copy full SHA for 8e12d20
app/src/Authorize/AccessConditionEvaluator.php
@@ -228,7 +228,7 @@ private function resolveParamPath($path)
228
if (is_array($value) && isset($value[$token])) {
229
$value = $value[$token];
230
continue;
231
- // @phpstan-ignore-next-line Allow variable property for this use
+ // @phpstan-ignore-next-line Allow variable property for this use
232
} elseif (is_object($value) && isset($value->$token)) {
233
// @phpstan-ignore-next-line Allow variable property for this use
234
$value = $value->$token;
0 commit comments