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 94905d0 commit 6144df8Copy full SHA for 6144df8
src/test/php/lang/ast/syntax/php/unittest/MethodsTest.class.php
@@ -146,7 +146,7 @@ public function run() {
146
public function generic_type_inside_non_generic_class() {
147
$q= $this->type('class %T<E> { }');
148
$t= $this->type('class %T {
149
- public function all('.$q->getName().'<?> $queue): iterable { /* Not implemented */ }
+ public function all('.$q->literal().'<?> $queue): iterable { /* Not implemented */ }
150
}');
151
152
Assert::equals(
0 commit comments