@@ -129,7 +129,7 @@ discard block |
||
| 129 | 129 | */ |
| 130 | 130 | public function getNode() : Node |
| 131 | 131 | { |
| 132 | - if(! $this->isHasNode()) { |
|
| 132 | + if (!$this->isHasNode()) { |
|
| 133 | 133 | throw new \RuntimeException('ValidationError has no Node'); |
| 134 | 134 | } |
| 135 | 135 | return $this->node; |
@@ -148,7 +148,7 @@ discard block |
||
| 148 | 148 | */ |
| 149 | 149 | public function getRecord() : Record |
| 150 | 150 | { |
| 151 | - if(! $this->isHasRecord()) { |
|
| 151 | + if (!$this->isHasRecord()) { |
|
| 152 | 152 | throw new \RuntimeException('ValidationError has no Record'); |
| 153 | 153 | } |
| 154 | 154 | return $this->record; |