We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3dd826 commit 4f87620Copy full SHA for 4f87620
1 file changed
src/Packages/PHPJava/Kernel/Behavior/System.php
@@ -3,7 +3,11 @@
3
4
final class System
5
{
6
- public static function identityHashCode($object)
+ /**
7
+ * @param $object
8
+ * @return int
9
+ */
10
+ public static function identityHashCode($object): int
11
12
return spl_object_id($object);
13
}
0 commit comments