DX: fix phpstan issues with more strict type hinting in AuthorizationHelperInterface

This commit is contained in:
2023-07-04 16:00:09 +02:00
parent dd344aed52
commit a56370d851
2 changed files with 7 additions and 4 deletions

View File

@@ -161,6 +161,7 @@ class TimelineActivityProvider implements TimelineProviderInterface
// loop on reachable scopes
foreach ($reachableScopes as $scope) {
/** @phpstan-ignore-next-line */
if (in_array($scope->getId(), $scopes_ids, true)) {
continue;
}