Completed
Push — master ( 4995a7...4f9921 )
by Maxim
02:36
created
src/Weew/Validator/ValidationError.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
      * @return string
48 48
      */
49 49
     public function getMessage() {
50
-       return $this->getConstraint()->getMessage();
50
+        return $this->getConstraint()->getMessage();
51 51
     }
52 52
 
53 53
     /**
Please login to merge, or discard this patch.