@@ -28,6 +28,7 @@ discard block |
||
| 28 | 28 | |
| 29 | 29 | /** |
| 30 | 30 | * @param string|null $provider |
| 31 | + * @return void |
|
| 31 | 32 | */ |
| 32 | 33 | public function setProvider(?string $provider): void; |
| 33 | 34 | |
@@ -38,6 +39,7 @@ discard block |
||
| 38 | 39 | |
| 39 | 40 | /** |
| 40 | 41 | * @param string|null $identifier |
| 42 | + * @return void |
|
| 41 | 43 | */ |
| 42 | 44 | public function setIdentifier(?string $identifier): void; |
| 43 | 45 | |
@@ -48,6 +50,7 @@ discard block |
||
| 48 | 50 | |
| 49 | 51 | /** |
| 50 | 52 | * @param string|null $accessToken |
| 53 | + * @return void |
|
| 51 | 54 | */ |
| 52 | 55 | public function setAccessToken(?string $accessToken): void; |
| 53 | 56 | |
@@ -58,6 +61,7 @@ discard block |
||
| 58 | 61 | |
| 59 | 62 | /** |
| 60 | 63 | * @param string|null $refreshToken |
| 64 | + * @return void |
|
| 61 | 65 | */ |
| 62 | 66 | public function setRefreshToken(?string $refreshToken): void; |
| 63 | 67 | } |
@@ -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 | */ |