mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-12 04:24:26 +02:00
Fix types in doc blocks/prototypes
This commit is contained in:
parent
5ea033db33
commit
64847e7cc8
14 changed files with 91 additions and 77 deletions
|
@ -158,10 +158,10 @@ class Temporal
|
|||
/**
|
||||
* @brief Returns a date selector
|
||||
*
|
||||
* @param string $min Unix timestamp of minimum date
|
||||
* @param string $max Unix timestap of maximum date
|
||||
* @param string $default Unix timestamp of default date
|
||||
* @param string $id ID and name of datetimepicker (defaults to "datetimepicker")
|
||||
* @param DateTime $min Minimum date
|
||||
* @param DateTime $max Maximum date
|
||||
* @param DateTime $default Default date
|
||||
* @param string $id ID and name of datetimepicker (defaults to "datetimepicker")
|
||||
*
|
||||
* @return string Parsed HTML output.
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue