mirror of
https://github.com/friendica/friendica
synced 2025-04-25 23:10:12 +00:00
Changes:
- added more type-hints - added missing documentation
This commit is contained in:
parent
fa973d3b0f
commit
84bfc37bf1
5 changed files with 453 additions and 431 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue