@@ -7,7 +7,7 @@ |
||
7 | 7 | /** |
8 | 8 | * @param Address[] $entities |
9 | 9 | */ |
10 | - public function __construct(array $entities) |
|
10 | + public function __construct (array $entities) |
|
11 | 11 | { |
12 | 12 | parent::__construct($entities); |
13 | 13 | } |
@@ -7,7 +7,7 @@ |
||
7 | 7 | /** |
8 | 8 | * @param Address[] $entities |
9 | 9 | */ |
10 | - public function __construct(array $entities) |
|
10 | + public function __construct (array $entities) |
|
11 | 11 | { |
12 | 12 | parent::__construct($entities); |
13 | 13 | } |
@@ -7,7 +7,7 @@ |
||
7 | 7 | /** |
8 | 8 | * @param Address[] $entities |
9 | 9 | */ |
10 | - public function __construct(array $entities) |
|
10 | + public function __construct (array $entities) |
|
11 | 11 | { |
12 | 12 | parent::__construct($entities); |
13 | 13 | } |
@@ -7,7 +7,7 @@ discard block |
||
7 | 7 | |
8 | 8 | class CreateObjectByNested extends CreateObject |
9 | 9 | { |
10 | - public function getAddressFrom() |
|
10 | + public function getAddressFrom () |
|
11 | 11 | { |
12 | 12 | $addressFrom = $this->attributes->mustHave('address_from')->asArray(); |
13 | 13 | $addressFromObj = new AddressCreate($addressFrom); |
@@ -15,7 +15,7 @@ discard block |
||
15 | 15 | return $addressFromObj->toArray(); |
16 | 16 | } |
17 | 17 | |
18 | - public function getAddressTo() |
|
18 | + public function getAddressTo () |
|
19 | 19 | { |
20 | 20 | $addressTo = $this->attributes->mustHave('address_to')->asArray(); |
21 | 21 | $addressToObj = new AddressCreate($addressTo); |
@@ -23,7 +23,7 @@ discard block |
||
23 | 23 | return $addressToObj->toArray(); |
24 | 24 | } |
25 | 25 | |
26 | - public function getParcel() |
|
26 | + public function getParcel () |
|
27 | 27 | { |
28 | 28 | $parcel = $this->attributes->mustHave('parcel')->asArray(); |
29 | 29 | $parcelObj = new ParcelCreate($parcel); |
@@ -10,7 +10,7 @@ |
||
10 | 10 | /** |
11 | 11 | * @return RefundCollection |
12 | 12 | */ |
13 | - public function getResults() |
|
13 | + public function getResults () |
|
14 | 14 | { |
15 | 15 | $entities = []; |
16 | 16 | foreach ($this->attributes->mayHave('results')->asArray() as $attributes) { |
@@ -10,7 +10,7 @@ |
||
10 | 10 | /** |
11 | 11 | * @return RefundCollection |
12 | 12 | */ |
13 | - public function getResults() |
|
13 | + public function getResults () |
|
14 | 14 | { |
15 | 15 | $entities = []; |
16 | 16 | foreach ($this->attributes->mayHave('results')->asArray() as $attributes) { |
@@ -10,7 +10,7 @@ |
||
10 | 10 | /** |
11 | 11 | * @return RefundCollection |
12 | 12 | */ |
13 | - public function getResults() |
|
13 | + public function getResults () |
|
14 | 14 | { |
15 | 15 | $entities = []; |
16 | 16 | foreach ($this->attributes->mayHave('results')->asArray() as $attributes) { |