1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-12 01:09:38 +01:00

no need for parent

This commit is contained in:
orklah 2021-09-26 22:39:37 +02:00
parent 53e4719c19
commit a95cb15056

View File

@ -69,7 +69,7 @@ class TGenericObject extends TNamedObject
int $php_major_version, int $php_major_version,
int $php_minor_version int $php_minor_version
): ?string { ): ?string {
return parent::toNamespacedString($namespace, $aliased_classes, $this_class, false); return $this->toNamespacedString($namespace, $aliased_classes, $this_class, false);
} }
public function equals(Atomic $other_type, bool $ensure_source_equality): bool public function equals(Atomic $other_type, bool $ensure_source_equality): bool