@@ -199,6 +199,7 @@ |
||
| 199 | 199 | |
| 200 | 200 | /** |
| 201 | 201 | * {@inheritdoc} |
| 202 | + * @param string $name |
|
| 202 | 203 | */ |
| 203 | 204 | protected function getElement($name, array $parameters = []) |
| 204 | 205 | { |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Sylius\Behat\Page\Admin\Product; |
| 15 | 15 | |
@@ -199,6 +199,7 @@ |
||
| 199 | 199 | |
| 200 | 200 | /** |
| 201 | 201 | * {@inheritdoc} |
| 202 | + * @param string $name |
|
| 202 | 203 | */ |
| 203 | 204 | protected function getElement($name, array $parameters = []) |
| 204 | 205 | { |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Sylius\Behat\Page\Admin\Taxon; |
| 15 | 15 | |