@@ -38,6 +38,7 @@ |
||
| 38 | 38 | * Wraps a new identity map with decorators that ignore certain classes. |
| 39 | 39 | * |
| 40 | 40 | * @param string ...$ignoredClasses The classes to be ignored. |
| 41 | + * @param string[] $ignoredClasses |
|
| 41 | 42 | * @return MapsObjectsByIdentity The wrapped identity map. |
| 42 | 43 | */ |
| 43 | 44 | public static function these(string ...$ignoredClasses): MapsObjectsByIdentity |