Simple docblock updates to CakeTime

This commit is contained in:
Bryan Crowe 2014-01-08 21:38:45 -05:00
parent 9bf7513ba9
commit cd27012405

View file

@ -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