Skip to content

Commit

Permalink
CORE-1303 Restricting data helper have methods type with array
Browse files Browse the repository at this point in the history
  • Loading branch information
gerner-spryker committed Oct 5, 2017
1 parent 8afe298 commit 301946e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class CustomerDataHelper extends Module
*
* @return \Generated\Shared\Transfer\CustomerTransfer
*/
public function haveCustomer($override = [])
public function haveCustomer(array $override = [])
{
$customerTransfer = (new CustomerBuilder($override))
->withBillingAddress()
Expand Down

0 comments on commit 301946e

Please sign in to comment.