Passed
Push — master ( d80a91...ef2b67 )
by Andreas
03:00 queued 10s
created
src/Company.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -42,7 +42,6 @@  discard block
 block discarded – undo
42 42
     }
43 43
 
44 44
     /**
45
-     * @param string $group
46 45
      *
47 46
      * @return Company
48 47
      */
@@ -138,7 +137,7 @@  discard block
 block discarded – undo
138 137
      *
139 138
      * @param array|null $parameters An array of parameters to set on this object
140 139
      *
141
-     * @return Customer
140
+     * @return Company
142 141
      */
143 142
     public function initialize($parameters = null)
144 143
     {
@@ -165,7 +164,7 @@  discard block
 block discarded – undo
165 164
      * @param string $key
166 165
      * @param mixed  $value
167 166
      *
168
-     * @return Customer
167
+     * @return Company
169 168
      */
170 169
     protected function setParameter($key, $value)
171 170
     {
Please login to merge, or discard this patch.