From 86d4ae491e80f6af36e30df83149ae965955e53d Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Fri, 25 Mar 2016 18:42:39 +1100 Subject: [PATCH] Minor --- modules/cms/classes/CmsObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cms/classes/CmsObject.php b/modules/cms/classes/CmsObject.php index 45e9f3c3d..6b46c2bb4 100644 --- a/modules/cms/classes/CmsObject.php +++ b/modules/cms/classes/CmsObject.php @@ -65,7 +65,7 @@ class CmsObject extends HalcyonModel implements CmsObjectContract /** * Loads the object from a file. * This method is used in the CMS back-end. It doesn't use any caching. - * @param $theme Specifies the theme the object belongs to. + * @param mixed $theme Specifies the theme the object belongs to. * @param string $fileName Specifies the file name, with the extension. * The file name can contain only alphanumeric symbols, dashes and dots. * @return mixed Returns a CMS object instance or null if the object wasn't found.