From 42b20ed790a2f9e8b9e7087a495a8cc3f62f8796 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Mon, 22 Feb 2021 22:34:35 +0100 Subject: [PATCH] Update src/Controller/CRUDController.php --- src/Controller/CRUDController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Controller/CRUDController.php b/src/Controller/CRUDController.php index f13fbcd2f5..282f2a66fd 100644 --- a/src/Controller/CRUDController.php +++ b/src/Controller/CRUDController.php @@ -1686,8 +1686,7 @@ private function checkParentChildAssociation(Request $request, object $object): /** * Checks whether $needle is equal to $haystack or part of it. * - * @param object $needle Object to compare with $haystack - * @param object|iterable $haystack Object to compare with $needle + * @param object|iterable $haystack * * @return bool true when $haystack equals $needle or $haystack is iterable and contains $needle */