@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | return [ |
4 | - Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], |
|
5 | - Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true], |
|
6 | - Aimeos\ShopBundle\AimeosShopBundle::class => ['all' => true], |
|
4 | + Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], |
|
5 | + Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true], |
|
6 | + Aimeos\ShopBundle\AimeosShopBundle::class => ['all' => true], |
|
7 | 7 | ]; |
8 | 8 | \ No newline at end of file |
@@ -158,11 +158,11 @@ |
||
158 | 158 | /** |
159 | 159 | * @inheritDoc |
160 | 160 | */ |
161 | - public function setPassword(string $password): self |
|
162 | - { |
|
163 | - $this->password = $password; |
|
164 | - return $this; |
|
165 | - } |
|
161 | + public function setPassword(string $password): self |
|
162 | + { |
|
163 | + $this->password = $password; |
|
164 | + return $this; |
|
165 | + } |
|
166 | 166 | |
167 | 167 | |
168 | 168 | /** |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | return [ |
4 | - Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], |
|
5 | - Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true], |
|
6 | - Aimeos\ShopBundle\AimeosShopBundle::class => ['all' => true], |
|
4 | + Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], |
|
5 | + Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true], |
|
6 | + Aimeos\ShopBundle\AimeosShopBundle::class => ['all' => true], |
|
7 | 7 | ]; |
8 | 8 | \ No newline at end of file |