Skip to content

Commit

Permalink
Update src/Controller/CRUDController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Feb 22, 2021
1 parent 2a6a064 commit 42b20ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Controller/CRUDController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 42b20ed

Please sign in to comment.