Skip to content

Commit

Permalink
Make DateTimeRenderer's methods' documentation more precise
Browse files Browse the repository at this point in the history
refs #6778
  • Loading branch information
Al2Klimov committed Dec 9, 2014
1 parent 74cc3e0 commit 3e49db3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/Icinga/Util/DateTimeRenderer.php
Expand Up @@ -140,7 +140,7 @@ protected function render($future = false, $timePoint = false)
}

/**
* Human-readable shortcut for render()
* Render given timestamp as a timepoint in the future
*
* @return string
*/
Expand All @@ -150,7 +150,7 @@ public function timeUntil()
}

/**
* Human-readable shortcut for render()
* Render given timestamp as a timepoint in the past
*
* @return string
*/
Expand All @@ -160,7 +160,7 @@ public function timeAgo()
}

/**
* Human-readable shortcut for render()
* Render given timestamp as the begin of a timespan in the past
*
* @return string
*/
Expand Down

0 comments on commit 3e49db3

Please sign in to comment.