From: Philipp Date: Sat, 23 Oct 2021 04:49:22 +0000 (+0200) Subject: Update src/Contact/FriendSuggest/Exception/FriendSuggestNotFoundException.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=74cfb320850139d57224852beee22801a3e45b28;p=friendica.git Update src/Contact/FriendSuggest/Exception/FriendSuggestNotFoundException.php Co-authored-by: Hypolite Petovan --- diff --git a/src/Contact/FriendSuggest/Exception/FriendSuggestNotFoundException.php b/src/Contact/FriendSuggest/Exception/FriendSuggestNotFoundException.php index af699b1763..04f0b75a3a 100644 --- a/src/Contact/FriendSuggest/Exception/FriendSuggestNotFoundException.php +++ b/src/Contact/FriendSuggest/Exception/FriendSuggestNotFoundException.php @@ -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); }