We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc2c0a commit 9d21030Copy full SHA for 9d21030
src/test/php/lang/ast/unittest/emit/CloningTest.class.php
@@ -50,7 +50,7 @@ public function clone_interceptor_called() {
50
public function run($in) {
51
return clone $in;
52
}
53
- }', $this->fixture->with(id: 1));
+ }', $this->fixture->with(1));
54
55
Assert::equals([1, 2], [$this->fixture->id, $clone->id]);
56
0 commit comments