Completed
Push — master ( f5eef4...aa2564 )
by Dmitry
01:36
created
src/Plugin/Procedure.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 
37 37
         $procedure = new $class($this);
38 38
 
39
-        if($instance->hash != md5($procedure->getBody())) {
39
+        if ($instance->hash != md5($procedure->getBody())) {
40 40
             $nick = $this->getNick($class);
41 41
             $params = implode(', ', $procedure->getParams());
42 42
             $body = $procedure->getBody();
Please login to merge, or discard this patch.