@@ -22,7 +22,7 @@ |
||
| 22 | 22 | } catch (Throwable $e) { |
| 23 | 23 | throw $this->throwException($value); |
| 24 | 24 | } |
| 25 | - $this->value = $value; |
|
| 25 | + $this->value=$value; |
|
| 26 | 26 | } |
| 27 | 27 | |
| 28 | 28 | public function getValue(): array |
@@ -22,7 +22,7 @@ |
||
| 22 | 22 | } catch (Exception $e) { |
| 23 | 23 | throw $this->throwException($value); |
| 24 | 24 | } |
| 25 | - $this->value = $value; |
|
| 25 | + $this->value=$value; |
|
| 26 | 26 | } |
| 27 | 27 | |
| 28 | 28 | public function getValue(): bool |