Completed
Push — master ( 424d42...63ce3b )
by Andrii
04:23
created
src/ThemeManager.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,6 +110,7 @@  discard block
 block discarded – undo
110 110
     /**
111 111
      * Changes theme.
112 112
      * @param string theme name
113
+     * @param string $name
113 114
      * @throws InvalidConfigException
114 115
      */
115 116
     public function setTheme($name)
@@ -139,7 +140,7 @@  discard block
 block discarded – undo
139 140
     }
140 141
 
141 142
     /**
142
-     * @return bool
143
+     * @return boolean|null
143 144
      */
144 145
     public static function isHomePage()
145 146
     {
Please login to merge, or discard this patch.