@@ -40,7 +40,7 @@ discard block |
||
| 40 | 40 | 'translation' => [ |
| 41 | 41 | 'classes' => [ |
| 42 | 42 | 'model' => BookTranslation::class, |
| 43 | - ], |
|
| 43 | + ], |
|
| 44 | 44 | ], |
| 45 | 45 | ], |
| 46 | 46 | ], |
@@ -77,10 +77,10 @@ discard block |
||
| 77 | 77 | $this->setParameter('kernel.bundles', []); |
| 78 | 78 | |
| 79 | 79 | $this->load([ |
| 80 | - 'translation' => [ |
|
| 81 | - 'locale_provider' => 'test.custom_locale_provider' |
|
| 82 | - ] |
|
| 83 | - ]); |
|
| 80 | + 'translation' => [ |
|
| 81 | + 'locale_provider' => 'test.custom_locale_provider' |
|
| 82 | + ] |
|
| 83 | + ]); |
|
| 84 | 84 | |
| 85 | 85 | $this->assertContainerBuilderHasAlias('sylius.translation_locale_provider', 'test.custom_locale_provider'); |
| 86 | 86 | } |
@@ -107,7 +107,7 @@ |
||
| 107 | 107 | } |
| 108 | 108 | |
| 109 | 109 | /** |
| 110 | - * @param ChannelInterface $channel |
|
| 110 | + * @param ChannelInterface $channel |
|
| 111 | 111 | * |
| 112 | 112 | * @return string |
| 113 | 113 | */ |