1
0
Fork 0

Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Philipp 2023-07-17 20:20:21 +02:00 committed by GitHub
commit e659a03140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View file

@ -23,7 +23,7 @@ namespace Friendica\Core\Hooks\Exceptions;
class HookConfigException extends \RuntimeException
{
public function __construct($message = "", \Throwable $previous = null)
public function __construct($message = '', \Throwable $previous = null)
{
parent::__construct($message, 500, $previous);
}