Skip to content

Commit e086835

Browse files
committed
Fix
1 parent 11d9ea1 commit e086835

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Imitation/PHPJava/Extended/_Object.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function notifyAll(): void
5555
// not implemented.
5656
}
5757

58-
public function toString(): string
58+
public function toString($a = null)
5959
{
6060
return 'java.lang.Object@PHPJava' . spl_object_hash($this);
6161
}

0 commit comments

Comments
 (0)