Skip to content

Commit

Permalink
remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
vsouz4 committed Dec 13, 2023
1 parent 05207a6 commit af38450
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions src/Ast/PhpVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,49 +60,22 @@ public function isPropertyTypeHintSupported(): bool
return $this->isVersionGreaterThanOrEqualTo74();
}

// @TODO check if being used otherwise remove
public function isNamedArgumentSupported(): bool
{
return $this->isVersionGreaterThanOrEqualTo80();
}

// @TODO check if being used otherwise remove
public function isAttributesSupported(): bool
{
return $this->isVersionGreaterThanOrEqualTo80();
}

// @TODO check if being used otherwise remove
public function isConstructorPropertyPromotionSupported(): bool
{
return $this->isVersionGreaterThanOrEqualTo80();
}

// @TODO check if being used otherwise remove
public function isUnionTypesSupported(): bool
{
return $this->isVersionGreaterThanOrEqualTo80();
}

// @TODO check if being used otherwise remove
public function isMatchSupported(): bool
{
return $this->isVersionGreaterThanOrEqualTo80();
}

// @TODO check if being used otherwise remove
public function isNullSafeSupported(): bool
{
return $this->isVersionGreaterThanOrEqualTo80();
}

// @TODO check if being used otherwise remove
public function isCatchWithoutVariableSupported(): bool
{
return $this->isVersionGreaterThanOrEqualTo80();
}

// @TODO check if being used otherwise remove
public function isMixedTypehintSupported(): bool
{
return $this->isVersionGreaterThanOrEqualTo80();
Expand Down

0 comments on commit af38450

Please sign in to comment.