adhere use and type-hints :-)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user