Skip to content

Commit

Permalink
Fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jun 20, 2015
1 parent 704665d commit 8c10c71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kronolith/lib/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ public function supportsTimezones()
* @param object $query An object with the criteria to search for.
* @param boolean $json Store the results of the events' toJson() method?
*
* @return mixed An array of Kronolith_Events.
* @return array An array of search results keyed by date, with each date
* containing an array of Kronolith_Events occuring on that
* date.
* @throws Kronolith_Exception
*/
public function search($query, $json = false)
Expand Down

0 comments on commit 8c10c71

Please sign in to comment.