Skip to content

Commit

Permalink
Update TAssertionEmpty signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Jan 3, 2022
1 parent 44fbb9f commit 1bb2661
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Psalm/Type/Atomic/TAssertionEmpty.php
Expand Up @@ -26,13 +26,12 @@ public function toPhpString(
?string $namespace,
array $aliased_classes,
?string $this_class,
int $php_major_version,
int $php_minor_version
int $analysis_php_version_id
): ?string {
return null;
}

public function canBeFullyExpressedInPhp(int $php_major_version, int $php_minor_version): bool
public function canBeFullyExpressedInPhp(int $analysis_php_version_id): bool
{
return false;
}
Expand Down

0 comments on commit 1bb2661

Please sign in to comment.