We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b1db7 commit 687fe01Copy full SHA for 687fe01
src/Testing/Api/Input/Operator/OperatorType.php
@@ -44,7 +44,7 @@ protected function getFilteredResult(string $class, string $field, string $opera
44
* @param class-string $entity
45
* @param null|int[] $ids
46
*
47
- * @return null|EntityID[]
+ * @return ($ids is null ? null : EntityID[])
48
*/
49
protected function idsToEntityIds(string $entity, ?array $ids): ?array
50
{
0 commit comments