Completed
Push — master ( 37f5ea...0926c2 )
by WEBEWEB
02:14
created
Manager/AbstractThemeManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.