Skip to content

Commit 4f87620

Browse files
committed
Add comment
1 parent b3dd826 commit 4f87620

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/Packages/PHPJava/Kernel/Behavior/System.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33

44
final class System
55
{
6-
public static function identityHashCode($object)
6+
/**
7+
* @param $object
8+
* @return int
9+
*/
10+
public static function identityHashCode($object): int
711
{
812
return spl_object_id($object);
913
}

0 commit comments

Comments
 (0)