Completed
Push — master ( 87125e...a26edd )
by Andrii
06:07
created
src/ThemeManager.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,6 +109,7 @@  discard block
 block discarded – undo
109 109
     /**
110 110
      * Changes theme.
111 111
      * @param string theme name
112
+     * @param string $name
112 113
      * @throws InvalidConfigException
113 114
      */
114 115
     public function setTheme($name)
@@ -199,7 +200,7 @@  discard block
 block discarded – undo
199 200
      * Draws widget.
200 201
      * @param mixed $config
201 202
      * @throws InvalidConfigException
202
-     * @return void
203
+     * @return string
203 204
      */
204 205
     public function widget($config)
205 206
     {
Please login to merge, or discard this patch.