]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Contact/FriendSuggest/Exception/FriendSuggestNotFoundException.php
authorPhilipp <admin+Github@philipp.info>
Sat, 23 Oct 2021 04:49:22 +0000 (06:49 +0200)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 24 Oct 2021 01:45:38 +0000 (21:45 -0400)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Contact/FriendSuggest/Exception/FriendSuggestNotFoundException.php

index af699b1763a2bf27803b6ddfa4f81274dc54c4d8..04f0b75a3a0fd3fe6ca80d9a1004f129874e24c7 100644 (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);
        }