@@ -13,10 +13,10 @@ |
||
13 | 13 | } |
14 | 14 | |
15 | 15 | |
16 | - public function disappeared(): bool |
|
17 | - { |
|
18 | - return $this->code === 61; |
|
19 | - } |
|
16 | + public function disappeared(): bool |
|
17 | + { |
|
18 | + return $this->code === 61; |
|
19 | + } |
|
20 | 20 | |
21 | 21 | |
22 | 22 | /** |
@@ -13,7 +13,7 @@ |
||
13 | 13 | |
14 | 14 | public function __construct(string $message = '', string $in = '', Throwable $previous = null) |
15 | 15 | { |
16 | - $match = Strings::match($message, '/Chyba +(?<code>\d+)/'); |
|
16 | + $match = Strings::match($message, '/Chyba +(?<code>\d+)/'); |
|
17 | 17 | |
18 | 18 | parent::__construct($message, intval($match['code'] ?? 0), $previous); |
19 | 19 | $this->in = $in; |