We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7494358 commit be03918Copy full SHA for be03918
src/Omnipay/Common/Helper.php
@@ -46,7 +46,7 @@ public static function validateLuhn($number)
46
* @param mixed $target The object to set parameters on
47
* @param array $parameters An array of parameters to set
48
*/
49
- public static function initialize(&$target, $parameters)
+ public static function initialize($target, $parameters)
50
{
51
if (is_array($parameters)) {
52
foreach ($parameters as $key => $value) {
0 commit comments