diff --git a/lib/Cake/Core/CakeObject.php b/lib/Cake/Core/CakeObject.php index 5c6b1e3d8..0a0f3ac16 100644 --- a/lib/Cake/Core/CakeObject.php +++ b/lib/Cake/Core/CakeObject.php @@ -148,7 +148,7 @@ class CakeObject { * Convenience method to write a message to CakeLog. See CakeLog::write() * for more information on writing to logs. * - * @param string $msg Log message + * @param mixed $msg Log message * @param int $type Error type constant. Defined in app/Config/core.php. * @param null|string|array $scope The scope(s) a log message is being created in. * See CakeLog::config() for more information on logging scopes.