Corrected documentation for method.

This commit is contained in:
Rudi Grinberg 2012-09-04 15:25:18 -04:00
parent 8c02b3ec8a
commit 398215f1d0

View file

@ -607,7 +607,8 @@ class Application_Model_Show
* Get the start date of the current show in UTC timezone. * Get the start date of the current show in UTC timezone.
* *
* @return string * @return string
* The start date in the format YYYY-MM-DD * The start date in the format YYYY-MM-DD or empty string in case
* start date could not be found
*/ */
public function getStartDateAndTime() public function getStartDateAndTime()
{ {