master
<?php declare(strict_types = 1); namespace SmartEmailing\Types; interface ToStringInterface { public function __toString(): string; }