Passed
Push — master ( 7ec404...d4fad0 )
by Kirill
14:27 queued 08:26
created
src/Validation/src/CheckerRule.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,8 @@
 block discarded – undo
69 69
      */
70 70
     public function getMessage(string $field, $value): string
71 71
     {
72
-        if (!empty($this->message)) {
72
+        if (!empty($this->message))
73
+        {
73 74
             return $this->say(
74 75
                 $this->message,
75 76
                 array_merge([$value, $field], $this->args)
Please login to merge, or discard this patch.