@@ -105,7 +105,7 @@ |
||
105 | 105 | ->method('get') |
106 | 106 | ->with('customer_id') |
107 | 107 | ->will($this->returnValue([ |
108 | - $customerId, |
|
108 | + $customerId, |
|
109 | 109 | ])); |
110 | 110 | |
111 | 111 | $this->attributeParameterBag |