Passed
Push — master ( 7ec404...d4fad0 )
by Kirill
14:27 queued 08:26
created
src/Validation/src/CheckerRule.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
         string $method,
42 42
         array $args = [],
43 43
         ?string $message = null
44
-    ) {
44
+    ){
45 45
         $this->checker = $checker;
46 46
         $this->method = $method;
47 47
         $this->args = $args;
@@ -69,7 +69,7 @@  discard block
 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
             return $this->say(
74 74
                 $this->message,
75 75
                 array_merge([$value, $field], $this->args)
Please login to merge, or discard this patch.