Fix code formatting

Signed-off-by: davidarendsen <davidarendsen@hey.com>
This commit is contained in:
davidarendsen 2022-10-08 12:52:22 +00:00
commit 63a5fb84ac

View file

@ -22,7 +22,7 @@ class FnType implements TypeInterface
public function __toString(): string public function __toString(): string
{ {
if(is_string($this->value)) { if (is_string($this->value)) {
return $this->value; return $this->value;
} }