@@ -10,9 +10,9 @@ |
||
| 10 | 10 | */ |
| 11 | 11 | public static function fromResponse($data) |
| 12 | 12 | { |
| 13 | - $arrayOfLabeledPrice = []; |
|
| 13 | + $arrayOfLabeledPrice = [ ]; |
|
| 14 | 14 | foreach ($data as $labeledPrice) { |
| 15 | - $arrayOfLabeledPrice[] = LabeledPrice::fromResponse($labeledPrice); |
|
| 15 | + $arrayOfLabeledPrice[ ] = LabeledPrice::fromResponse($labeledPrice); |
|
| 16 | 16 | } |
| 17 | 17 | |
| 18 | 18 | return $arrayOfLabeledPrice; |