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:
parent
53e4719c19
commit
a95cb15056
@ -69,7 +69,7 @@ class TGenericObject extends TNamedObject
|
||||
int $php_major_version,
|
||||
int $php_minor_version
|
||||
): ?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
|
||||
|
Loading…
Reference in New Issue
Block a user