Passed
Push — master ( 6ce433...a21ca3 )
by Sergey
02:46
created
src/LTDBeget/dns/configurator/zoneEntities/record/base/Record.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
      */
66 66
     protected function refreshHash()
67 67
     {
68
-        $this->hash = md5(((string) $this) . $this->getNode()->getZone()->getOrigin());
68
+        $this->hash = md5(((string) $this).$this->getNode()->getZone()->getOrigin());
69 69
     }
70 70
 
71 71
     /**
Please login to merge, or discard this patch.