Completed
Push — master ( bdca4c...d26f0c )
by WEBEWEB
02:55
created
Validation/Status/AbstractValidationStatus.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
     /**
51 51
      * Get the code.
52 52
      *
53
-     * @return int Returns the code.
53
+     * @return string Returns the code.
54 54
      */
55 55
     public function getCode() {
56 56
         return $this->code;
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     /**
60 60
      * Get the message.
61 61
      *
62
-     * @return string Returns the message.
62
+     * @return boolean Returns the message.
63 63
      */
64 64
     public function getMessage() {
65 65
         return $this->message;
Please login to merge, or discard this patch.