diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Limitation-TargetAwareType.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Limitation-TargetAwareType.html index a72d55c851..f1429b688f 100644 --- a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Limitation-TargetAwareType.html +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Limitation-TargetAwareType.html @@ -37344,7 +37344,7 @@

-
public buildValue(array<string|int, mixed> $limitationValues) : Limitation
+
public buildValue(array<int, mixed> $limitationValues) : Limitation
@@ -37354,7 +37354,7 @@

-

The is the method to create values as Limitation type needs value knowledge anyway in acceptValue, +

This is the method to create values as Limitation type needs value knowledge anyway in acceptValue, the reverse relation is provided by means of identifier lookup (Value has identifier, and so does RoleService).

@@ -37374,7 +37374,7 @@

Parameters

$limitationValues - array<string|int, mixed> + array<int, mixed> - @@ -37655,7 +37655,7 @@

-
public validate(Limitation $limitationValue) : array<string|int, ValidationError>
+
public validate(Limitation $limitationValue) : array<int, ValidationError>
@@ -37696,7 +37696,7 @@

Parameters

Return values

-

array<string|int, ValidationError>

+

array<int, ValidationError>

diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Limitation-Type.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Limitation-Type.html index 8e46606d80..ebf2b823e6 100644 --- a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Limitation-Type.html +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Limitation-Type.html @@ -37323,7 +37323,7 @@

-
public buildValue(array<string|int, mixed> $limitationValues) : Limitation
+
public buildValue(array<int, mixed> $limitationValues) : Limitation
@@ -37333,7 +37333,7 @@

-

The is the method to create values as Limitation type needs value knowledge anyway in acceptValue, +

This is the method to create values as Limitation type needs value knowledge anyway in acceptValue, the reverse relation is provided by means of identifier lookup (Value has identifier, and so does RoleService).

@@ -37353,7 +37353,7 @@

Parameters

$limitationValues - array<string|int, mixed> + array<int, mixed> - @@ -37392,7 +37392,7 @@

-
public evaluate(Limitation $value, UserReference $currentUser, ValueObject $object[, array<string|int, ValueObject>|null $targets = null ]) : bool|null
+
public evaluate(Limitation $value, UserReference $currentUser, ValueObject $object[, array<int, ValueObject>|null $targets = null ]) : bool|null
@@ -37459,7 +37459,7 @@

Parameters

$targets - array<string|int, ValueObject>|null + array<int, ValueObject>|null null @@ -37637,7 +37637,7 @@

-
public validate(Limitation $limitationValue) : array<string|int, ValidationError>
+
public validate(Limitation $limitationValue) : array<int, ValidationError>
@@ -37678,7 +37678,7 @@

Parameters

Return values

-

array<string|int, ValidationError>

+

array<int, ValidationError>