Passed
Push — master ( ddf05f...8c3fc3 )
by Sergey
02:46
created
src/LTDBeget/dns/configurator/zoneEntities/Node.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
         }
177 177
 
178 178
         if ($this->getName() === "@") {
179
-            if(! SoaNumberCheck::validate($this)) {
179
+            if (!SoaNumberCheck::validate($this)) {
180 180
                 $errorsStore->add(ValidationError::makeNodeError($this, eErrorCode::SOA_ERROR()));
181 181
             }
182 182
         }
Please login to merge, or discard this patch.