Passed
Push — scrutinizer ( 5c8123...701070 )
by
unknown
07:35
created
src/Exceptions/ValidationException.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
      * 
33 33
      * @return string
34 34
      */
35
-    public function errorMessage() 
35
+    public function errorMessage()
36 36
     {
37 37
         return 'Validation Error!<br/>The value "' . $this->value . '" is invalid for ' . $this->key . '.<br/>Please refer to the package documentation <a href=https://github.com/inshore/bookwhen>https://github.com/inshore/bookwhen</a> or <a href=https://api.bookwhen.com/v2>https://api.bookwhen.com/v2</a>';
38 38
     }
Please login to merge, or discard this patch.