]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException.php
Posts per author/server on the community pages (#13764)
[friendica.git] / src / Network / HTTPException.php
index f59ff547c9ba457770ce614ae1d1a04817687d9e..c2f5c4867d43567748e7260bce85dd6623bb6ffe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -34,7 +34,7 @@ abstract class HTTPException extends Exception
        protected $httpdesc    = '';
        protected $explanation = '';
 
-       public function __construct($message = '', Exception $previous = null)
+       public function __construct(string $message = '', Exception $previous = null)
        {
                parent::__construct($message, $this->code, $previous);
        }