Skip to content

Commit 3d643a3

Browse files
committed
Merge branch 'develop'
2 parents 4dc1271 + c695cff commit 3d643a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataStructure/Behavioral/Searchable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function contains(mixed $element): bool;
3232
*
3333
* @param mixed $element The element to find
3434
*
35-
* @return int The index of the element
35+
* @return mixed The index of the element if found, null otherwise
3636
*/
3737
public function find(mixed $element): mixed;
3838
}

0 commit comments

Comments
 (0)