Completed
Push — master ( 67cef4...56f171 )
by Nils
05:54
created
src/Rules/CheckResult.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -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.