@@ -24,7 +24,7 @@ |
||
| 24 | 24 | |
| 25 | 25 | class PluginApiService |
| 26 | 26 | { |
| 27 | - /** |
|
| 27 | + /** |
|
| 28 | 28 | * Url for Api |
| 29 | 29 | * |
| 30 | 30 | * @var string |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | |
| 31 | 31 | class ComposerServiceFactory |
| 32 | 32 | { |
| 33 | - public static function createService(ContainerInterface $container) |
|
| 33 | + public static function createService(ContainerInterface $container) |
|
| 34 | 34 | { |
| 35 | 35 | /** @var BaseInfo $BaseInfo */ |
| 36 | 36 | $BaseInfo = $container->get(BaseInfoRepository::class)->get(); |