Skip to content

Commit f5b3b44

Browse files
mathieuhelielstrojny
authored andcommitted
Fix return type annotation on identical() (#179)
1 parent b38c6d5 commit f5b3b44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Functional/Identical.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* Returns true if $a is equal to $b, and they are of the same type.
2727
*
2828
* @param mixed $b
29-
* @return bool
29+
* @return callable
3030
*/
3131
function identical($b)
3232
{

0 commit comments

Comments
 (0)