@@ -34,14 +34,19 @@ |
||
34 | 34 | |
35 | 35 | /** |
36 | 36 | * @param string $name |
37 | + * @return void |
|
37 | 38 | */ |
38 | 39 | public function search($name); |
39 | 40 | |
40 | 41 | /** |
41 | 42 | * @param string $order |
43 | + * @return void |
|
42 | 44 | */ |
43 | 45 | public function sort($order); |
44 | 46 | |
47 | + /** |
|
48 | + * @return void |
|
49 | + */ |
|
45 | 50 | public function clearFilter(); |
46 | 51 | |
47 | 52 | /** |
@@ -35,8 +35,12 @@ |
||
35 | 35 | |
36 | 36 | /** |
37 | 37 | * @param string $serviceId |
38 | + * @return void |
|
38 | 39 | */ |
39 | 40 | public function unmockService($serviceId); |
40 | 41 | |
42 | + /** |
|
43 | + * @return void |
|
44 | + */ |
|
41 | 45 | public function unmockAll(); |
42 | 46 | } |
@@ -78,7 +78,7 @@ |
||
78 | 78 | { |
79 | 79 | "code": "USD" |
80 | 80 | } |
81 | -EOT; |
|
81 | +eot; |
|
82 | 82 | |
83 | 83 | $this->client->request('POST', '/api/v1/currencies/', [], [], static::$authorizedHeaderWithContentType, $data); |
84 | 84 |
@@ -55,7 +55,7 @@ |
||
55 | 55 | ->setDescription('Installs Sylius in your preferred environment.') |
56 | 56 | ->setHelp(<<<EOT |
57 | 57 | The <info>%command.name%</info> command installs Sylius. |
58 | -EOT |
|
58 | +eot |
|
59 | 59 | ) |
60 | 60 | ; |
61 | 61 | } |
@@ -27,7 +27,7 @@ |
||
27 | 27 | ->setDescription('Checks if all Sylius requirements are satisfied.') |
28 | 28 | ->setHelp(<<<EOT |
29 | 29 | The <info>%command.name%</info> command checks system requirements. |
30 | -EOT |
|
30 | +eot |
|
31 | 31 | ) |
32 | 32 | ; |
33 | 33 | } |
@@ -27,7 +27,7 @@ |
||
27 | 27 | ->setDescription('Install Sylius database.') |
28 | 28 | ->setHelp(<<<EOT |
29 | 29 | The <info>%command.name%</info> command creates Sylius database. |
30 | -EOT |
|
30 | +eot |
|
31 | 31 | ) |
32 | 32 | ; |
33 | 33 | } |
@@ -29,7 +29,7 @@ |
||
29 | 29 | ->setDescription('Install sample data into Sylius.') |
30 | 30 | ->setHelp(<<<EOT |
31 | 31 | The <info>%command.name%</info> command loads the sample data for Sylius. |
32 | -EOT |
|
32 | +eot |
|
33 | 33 | ) |
34 | 34 | ; |
35 | 35 | } |
@@ -26,7 +26,7 @@ |
||
26 | 26 | ->setDescription('Installs all Sylius assets.') |
27 | 27 | ->setHelp(<<<EOT |
28 | 28 | The <info>%command.name%</info> command downloads and installs all Sylius media assets. |
29 | -EOT |
|
29 | +eot |
|
30 | 30 | ) |
31 | 31 | ; |
32 | 32 | } |
@@ -46,7 +46,7 @@ |
||
46 | 46 | ->setDescription('Sylius configuration setup.') |
47 | 47 | ->setHelp(<<<EOT |
48 | 48 | The <info>%command.name%</info> command allows user to configure basic Sylius data. |
49 | -EOT |
|
49 | +eot |
|
50 | 50 | ) |
51 | 51 | ; |
52 | 52 | } |