Skip to content

Commit

Permalink
Add missing variable name to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
z38 committed Jul 16, 2018
1 parent 7fba3e5 commit 2b7148f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Z38/SwissPayment/FinancialInstitutionAddress.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class FinancialInstitutionAddress implements FinancialInstitutionInterface
/**
* Constructor
*
* @param string $name Name of the FI
* @param PostalAddressInterface Address of the FI
* @param string $name Name of the FI
* @param PostalAddressInterface $address Address of the FI
*
* @throws \InvalidArgumentException When the name is invalid.
*/
Expand Down

0 comments on commit 2b7148f

Please sign in to comment.