Skip to content

Commit

Permalink
Change variable name magento#12612
Browse files Browse the repository at this point in the history
  • Loading branch information
bluvertigo committed Jun 10, 2018
1 parent ed1aa8f commit d323ba4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ class VatValidator
public function __construct(
Address $customerAddress,
Vat $customerVat,
UpdateValidationResult $updateValidationResult = null
UpdateValidationResult $updateValidationRes = null
) {
$this->customerVat = $customerVat;
$this->customerAddress = $customerAddress;
$this->updateValidationResult = $updateValidationResult;
$this->updateValidationResult = $updateValidationRes;

// Backward compatibility object injection
if ($this->updateValidationResult === null) {
Expand Down

0 comments on commit d323ba4

Please sign in to comment.