Completed
Push — master ( 1f85a6...563d08 )
by Nils
01:41
created
src/Rules/CheckResult.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,6 +42,7 @@  discard block
 block discarded – undo
42 42
      * @param $status
43 43
      * @param $value
44 44
      * @param $message
45
+     * @param string $url
45 46
      */
46 47
     public function __construct($status, $message = '', $value = null, $url = null)
47 48
     {
@@ -73,7 +74,7 @@  discard block
 block discarded – undo
73 74
     }
74 75
 
75 76
     /**
76
-     * @param Attribute $attributes
77
+     * @param Attribute $attribute
77 78
      */
78 79
     public function addAttribute(Attribute $attribute)
79 80
     {
@@ -136,7 +137,7 @@  discard block
 block discarded – undo
136 137
     }
137 138
 
138 139
     /**
139
-     * @param string $identifier
140
+     * @param string $identifierRule
140 141
      */
141 142
     public function setIdentifierRule($identifierRule)
142 143
     {
Please login to merge, or discard this patch.