Completed
Push — master ( b99abb...0ebb43 )
by Andrii
02:11
created
src/ThemeManager.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -109,6 +109,7 @@
 block discarded – undo
109 109
      * Changes theme.
110 110
      *
111 111
      * @param string theme name
112
+     * @param string $name
112 113
      *
113 114
      * @throws InvalidConfigException
114 115
      */
Please login to merge, or discard this patch.
src/Theme.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -174,6 +174,9 @@
 block discarded – undo
174 174
         return substr($class, 0, strrpos($class, '\\')) . '\\models\\Settings';
175 175
     }
176 176
 
177
+    /**
178
+     * @param string $class
179
+     */
177 180
     public static function findSettingsClass($class)
178 181
     {
179 182
         $res = static::calcSettingsClass($class);
Please login to merge, or discard this patch.