Completed
Push — master ( 354a9a...b211f5 )
by Nils
02:01
created
src/Rules/CheckResult.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,6 +29,7 @@  discard block
 block discarded – undo
29 29
      * @param $status
30 30
      * @param $value
31 31
      * @param $message
32
+     * @param string $url
32 33
      */
33 34
     public function __construct($status, $message = '', $value = null, $url = null)
34 35
     {
@@ -47,7 +48,7 @@  discard block
 block discarded – undo
47 48
     }
48 49
 
49 50
     /**
50
-     * @param array $attributes
51
+     * @param array $attribute
51 52
      */
52 53
     public function addAttribute(Attribute $attribute)
53 54
     {
@@ -71,7 +72,7 @@  discard block
 block discarded – undo
71 72
     }
72 73
 
73 74
     /**
74
-     * @return mixed
75
+     * @return string
75 76
      */
76 77
     public function getMessage()
77 78
     {
Please login to merge, or discard this patch.