| @@ -23,9 +23,9 @@ | ||
| 23 | 23 | throw new MissingObjectTypeException('Missing general object type, Object type must be set.'); |
| 24 | 24 | } |
| 25 | 25 | } |
| 26 | 26 | |
| 27 | - abstract public function getObjectName(int|string|null $objectId, string &$typeName = ''): int|string; | |
| 27 | + abstract public function getObjectName(int|string $objectId, string &$typeName = ''): int|string; | |
| 28 | 28 | |
| 29 | 29 | public function getGeneralObjectType(): string |
| 30 | 30 | { |
| 31 | 31 | return $this->generalObjectType; |
| @@ -80,9 +80,9 @@ | ||
| 80 | 80 | |
| 81 | 81 | abstract public function isMember( |
| 82 | 82 | AbstractUserGroup $userGroup, |
| 83 | 83 | bool $lockRecursive, |
| 84 | - int|string|null $objectId, | |
| 84 | + int|string $objectId, | |
| 85 | 85 | ?AssignmentInformation &$assignmentInformation = null |
| 86 | 86 | ): bool; |
| 87 | 87 | |
| 88 | 88 | abstract public function getFullObjects( |