]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException.php
New option to disable the fetching of parents
[friendica.git] / src / Network / HTTPException.php
index f59ff547c9ba457770ce614ae1d1a04817687d9e..7ef1ca9828aca0e93147106f2f12d19cc716e68d 100644 (file)
@@ -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);
        }