Completed
Push — master ( f2713b...6190dc )
by Andrii
02:36
created
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.