add missing phpdoc
Some checks failed
Some checks failed
This commit is contained in:
parent
35bd198f47
commit
4d4328f3fd
1 changed files with 2 additions and 0 deletions
|
@ -160,6 +160,8 @@ abstract class Event extends Post {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Compose a human readable formatted start time.
|
* Compose a human readable formatted start time.
|
||||||
|
*
|
||||||
|
* @param bool $is_start_time Whether format the events start or end time.
|
||||||
*/
|
*/
|
||||||
protected function format_time( $is_start_time = true ) {
|
protected function format_time( $is_start_time = true ) {
|
||||||
$time = $is_start_time ? $this->get_start_time() : $this->get_end_time();
|
$time = $is_start_time ? $this->get_start_time() : $this->get_end_time();
|
||||||
|
|
Loading…
Reference in a new issue