We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d9ea1 commit e086835Copy full SHA for e086835
1 file changed
src/Imitation/PHPJava/Extended/_Object.php
@@ -55,7 +55,7 @@ public function notifyAll(): void
55
// not implemented.
56
}
57
58
- public function toString(): string
+ public function toString($a = null)
59
{
60
return 'java.lang.Object@PHPJava' . spl_object_hash($this);
61
0 commit comments