mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
Add phpstan level 7(#544)
This commit is contained in:
@ -8,12 +8,8 @@
|
||||
|
||||
class SSHError extends Exception
|
||||
{
|
||||
protected ?ServerLog $log;
|
||||
|
||||
public function __construct(string $message = '', int $code = 0, ?Throwable $previous = null, ?ServerLog $log = null)
|
||||
public function __construct(string $message = '', int $code = 0, ?Throwable $previous = null, protected ?ServerLog $log = null)
|
||||
{
|
||||
$this->log = $log;
|
||||
|
||||
parent::__construct($message, $code, $previous);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user