Passed
Push — master ( 3c50e1...49741b )
by Mihail
03:02
created
src/Traits/ClassTools.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
             if (Any::isArray($value)) {
25 25
                 $value = implode('.', $value);
26 26
             }
27
-            $hash = md5($hash . $property . '=' . $value);
27
+            $hash = md5($hash.$property.'='.$value);
28 28
         }
29 29
         return $hash;
30 30
     }
Please login to merge, or discard this patch.