@@ -77,7 +77,7 @@ |
||
| 77 | 77 | * Get a provider. |
| 78 | 78 | * |
| 79 | 79 | * @param string $name The name. |
| 80 | - * @return ThemeProviderInterface|null Returns the theme provider in case of success, null otherwise. |
|
| 80 | + * @return null|\WBW\Bundle\CoreBundle\Provider\ProviderInterface Returns the theme provider in case of success, null otherwise. |
|
| 81 | 81 | */ |
| 82 | 82 | protected function getProvider(string $name): ?ThemeProviderInterface { |
| 83 | 83 | |