Test Setup Failed
Pull Request — master (#23)
by Alexandr
05:40
created
src/LTDBeget/dns/configurator/errors/ValidationError.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.