File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ public static function load($theme, $fileName)
109
109
* This method is used by the CMS in the runtime. If the cache is not found, it is created.
110
110
* @param \Cms\Classes\Theme $theme Specifies the theme the object belongs to.
111
111
* @param string $fileName Specifies the file name, with the extension.
112
- * @return mixed Returns a CMS object instance or null if the object wasn't found.
112
+ * @return static|null Returns a CMS object instance or null if the object wasn't found.
113
113
*/
114
114
public static function loadCached ($ theme , $ fileName )
115
115
{
@@ -185,7 +185,7 @@ public static function listInTheme($theme, $skipCache = false)
185
185
/**
186
186
* Prepares the theme datasource for the model.
187
187
* @param \Cms\Classes\Theme $theme Specifies a parent theme.
188
- * @return $this
188
+ * @return static
189
189
*/
190
190
public static function inTheme ($ theme )
191
191
{
You can’t perform that action at this time.
0 commit comments