PluginProbe
User Access Manager / 2.3.2
User Access Manager v2.3.2
2.3.20 2.3.19 2.3.18 2.3.17 2.3.16 2.3.15 2.3.14 2.3.13 trunk 0.6 0.6.1 0.6.2 0.7 0.7 Beta 0.7.0.1 0.8 0.8.0.1 0.8.0.2 0.9 0.9.1 0.9.1.1 0.9.1.2 0.9.1.3 0.9.1.4 1.0 All 136 releases
← All changes | src/ObjectMembership/ObjectMembershipHandler.php +2 -2 2.3.152.3.2 View file →
@@ -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(