Update src/Contact/FriendSuggest/Exception/FriendSuggestNotFoundException.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Philipp 2021-10-23 06:49:22 +02:00 committed by Hypolite Petovan
parent 6a7cbefaa5
commit 74cfb32085
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ namespace Friendica\Contact\FriendSuggest\Exception;
class FriendSuggestNotFoundException extends \OutOfBoundsException
{
public function __construct($message = "", \Throwable $previous = null)
public function __construct($message = '', \Throwable $previous = null)
{
parent::__construct($message, 404, $previous);
}