Skip to content

Commit

Permalink
Merge pull request #13922 from TheCartpenter/patch-1
Browse files Browse the repository at this point in the history
Fixed phpdoc $address parameter from free checkout
  • Loading branch information
danielkerr committed May 11, 2024
2 parents 2428bcf + bf77527 commit 7cb834a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class FreeCheckout extends \Opencart\System\Engine\Model {
/**
* Get Methods
*
* @param array<mixed> $address
* @param array<string, mixed> $address
*
* @return array<string, mixed>
*/
Expand Down

0 comments on commit 7cb834a

Please sign in to comment.