]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Contact/FriendSuggest/Exception/FriendSuggestPersistenceException.php
authorPhilipp <admin+Github@philipp.info>
Sat, 23 Oct 2021 04:49:32 +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/FriendSuggestPersistenceException.php

index 3dcb36939f35cd2efd16f2dcec7e71e28a47322a..daa2774505fcaaa48bd245b21fbbf5f82aa56caa 100644 (file)
@@ -23,7 +23,7 @@ namespace Friendica\Contact\FriendSuggest\Exception;
 
 class FriendSuggestPersistenceException extends \RuntimeException
 {
-       public function __construct($message = "", \Throwable $previous = null)
+       public function __construct($message = '', \Throwable $previous = null)
        {
                parent::__construct($message, 500, $previous);
        }