Completed
Push — master ( c24854...1bac45 )
by Nils
05:40 queued 02:46
created
src/Rules/CheckResult.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
      * Result constructor.
26 26
      *
27 27
      * @param $status
28
-     * @param $value
28
+     * @param integer $value
29 29
      * @param $message
30 30
      */
31 31
     public function __construct($status, $message = '', $value = null)
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
     }
45 45
 
46 46
     /**
47
-     * @param array $attributes
47
+     * @param array $attribute
48 48
      */
49 49
     public function addAttribute(Attribute $attribute)
50 50
     {
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
     }
69 69
 
70 70
     /**
71
-     * @return mixed
71
+     * @return string
72 72
      */
73 73
     public function getMessage()
74 74
     {
Please login to merge, or discard this patch.