From cd27012405f78a8953abc4a915b50c6289a3cfc9 Mon Sep 17 00:00:00 2001 From: Bryan Crowe Date: Wed, 8 Jan 2014 21:38:45 -0500 Subject: [PATCH] Simple docblock updates to CakeTime --- lib/Cake/Utility/CakeTime.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Cake/Utility/CakeTime.php b/lib/Cake/Utility/CakeTime.php index 3e4e0dcb3..84abf5c76 100644 --- a/lib/Cake/Utility/CakeTime.php +++ b/lib/Cake/Utility/CakeTime.php @@ -83,14 +83,14 @@ class CakeTime { public static $wordEnd = '+1 month'; /** - * Temporary variable containing timestamp value, used internally convertSpecifiers() + * Temporary variable containing the timestamp value, used internally in convertSpecifiers() * * @var integer */ protected static $_time = null; /** - * Magic set method for backward compatibility. + * Magic set method for backwards compatibility. * Used by TimeHelper to modify static variables in CakeTime * * @param string $name Variable name @@ -106,7 +106,7 @@ class CakeTime { } /** - * Magic set method for backward compatibility. + * Magic set method for backwards compatibility. * Used by TimeHelper to get static variables in CakeTime * * @param string $name Variable name