| @@ -66,9 +66,9 @@ | ||
| 66 | 66 | |
| 67 | 67 | /** |
| 68 | 68 | * @throws UserGroupTypeException |
| 69 | 69 | */ |
| 70 | - public function showAncestors(array $ancestors, int|string|null $objectId, string $objectType): array | |
| 70 | + public function showAncestors(array $ancestors, int|string $objectId, string $objectType): array | |
| 71 | 71 | { |
| 72 | 72 | if ($this->mainConfig->lockRecursive() === true |
| 73 | 73 | && $this->accessHandler->checkObjectAccess($objectType, $objectId) === false |
| 74 | 74 | ) { |