adhere use and type-hints :-)

This commit is contained in:
Philipp
2022-07-09 11:41:36 +02:00
parent b31c2f4ec1
commit e8fd495847
4 changed files with 22 additions and 18 deletions

View File

@@ -25,7 +25,7 @@ use Throwable;
class TrustedBrowserPersistenceException extends \RuntimeException
{
public function __construct($message = "", Throwable $previous = null)
public function __construct(string $message = "", Throwable $previous = null)
{
parent::__construct($message, 500, $previous);
}