mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-08 00:03:12 +08:00
Update to PHP coding standard 2.4.0
This commit is contained in:
@@ -13,7 +13,7 @@ class IpCannotBeLocatedException extends RuntimeException
|
||||
string $message,
|
||||
public readonly UnlocatableIpType $type,
|
||||
int $code = 0,
|
||||
?Throwable $previous = null,
|
||||
Throwable|null $previous = null,
|
||||
) {
|
||||
parent::__construct($message, $code, $previous);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user