@@ -31,6 +31,7 @@ discard block |
||
| 31 | 31 | * |
| 32 | 32 | * @param MapsObjectsByIdentity $mapped The actual identity map. |
| 33 | 33 | * @param string ...$allowedClasses The whitelisted classes. |
| 34 | + * @param string[] $allowedClasses |
|
| 34 | 35 | * @return MapsObjectsByIdentity The wrapped identity map. |
| 35 | 36 | */ |
| 36 | 37 | public static function forThe( |
@@ -48,6 +49,7 @@ discard block |
||
| 48 | 49 | * Whitelists the given classes in the identity map. |
| 49 | 50 | * |
| 50 | 51 | * @param string ...$classes The whitelisted classes. |
| 52 | + * @param string[] $classes |
|
| 51 | 53 | * @return MapsObjectsByIdentity The wrapped identity map. |
| 52 | 54 | */ |
| 53 | 55 | public static function the(string ...$classes): MapsObjectsByIdentity |