Completed
Push — master ( ef2b67...5d38ee )
by Andreas
24:14
created
src/Message/RequestData/CustomerDetailsTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
      * Set a single parameter
95 95
      *
96 96
      * @param string $key   The parameter key
97
-     * @param mixed  $value The value to set
97
+     * @param Customer  $value The value to set
98 98
      *
99 99
      * @return AbstractRequest Provides a fluent interface
100 100
      *
Please login to merge, or discard this patch.
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.