@@ -173,7 +173,7 @@ discard block |
||
| 173 | 173 | |
| 174 | 174 | /** |
| 175 | 175 | * @param $key |
| 176 | - * @return IMusicService|null |
|
| 176 | + * @return BaseService|null |
|
| 177 | 177 | */ |
| 178 | 178 | public function getService($key) |
| 179 | 179 | { |
@@ -215,7 +215,7 @@ discard block |
||
| 215 | 215 | } |
| 216 | 216 | |
| 217 | 217 | /** |
| 218 | - * @return IMusicService |
|
| 218 | + * @return BaseService|null |
|
| 219 | 219 | */ |
| 220 | 220 | public function getPreferredService() |
| 221 | 221 | { |
@@ -8,7 +8,6 @@ |
||
| 8 | 8 | use Pbxg33k\MusicInfo\Model\IMusicService; |
| 9 | 9 | use Pbxg33k\MusicInfo\Service\BaseService; |
| 10 | 10 | use Pbxg33k\Traits\PropertyTrait; |
| 11 | -use Symfony\Component\Config\FileLocator; |
|
| 12 | 11 | |
| 13 | 12 | class MusicInfo |
| 14 | 13 | { |
@@ -2,9 +2,7 @@ |
||
| 2 | 2 | namespace Pbxg33k\MusicInfo\DependencyInjection; |
| 3 | 3 | |
| 4 | 4 | use Symfony\Component\HttpKernel\DependencyInjection\Extension; |
| 5 | -use Symfony\Component\DependencyInjection\Loader\YamlFileLoader; |
|
| 6 | 5 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 7 | -use Symfony\Component\Config\FileLocator; |
|
| 8 | 6 | |
| 9 | 7 | class MusicInfoExtension extends Extension |
| 10 | 8 | { |