Skip to content

Commit

Permalink
Update ModifierDefinition.php
Browse files Browse the repository at this point in the history
  • Loading branch information
peldax authored Jun 11, 2020
1 parent 8bb033d commit 77b4583
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Type/Contract/ModifierDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ public function isOutputable() : bool
return $this->innerType->isOutputable();
}

public function isInstantiable() : bool
{
return $this->innerType->isInstantiable();
}

public function isResolvable() : bool
{
return $this->innerType->isResolvable();
Expand Down

0 comments on commit 77b4583

Please sign in to comment.