Skip to content

Commit

Permalink
#17725 fix test override_static_type_with_self_in_final_class_with_un…
Browse files Browse the repository at this point in the history
…ion_types.phpt
  • Loading branch information
michael19 committed Feb 13, 2025
1 parent 8740b58 commit 25184ce
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ interface A
final class B implements A
{
public function methodScalar(): self { return $this; }
public function methodScalar10(): self|int { return $this; }
public function methodScalar15(): self { return $this; }
public function methodIterable1(): self|iterable { return $this; }
public function methodIterable2(): array { return []; }
public function methodObject1(): self { return $this; }
Expand Down

0 comments on commit 25184ce

Please sign in to comment.