@@ -106,7 +106,7 @@ |
||
| 106 | 106 | /** |
| 107 | 107 | * Return the relative date in relation to today. Returns something like "last hour" or "two month ago" |
| 108 | 108 | * @param int $timestamp unix timestamp |
| 109 | - * @param boolean $dateOnly |
|
| 109 | + * @param integer $dateOnly |
|
| 110 | 110 | * @return string human readable interpretation of the timestamp |
| 111 | 111 | * |
| 112 | 112 | * @deprecated 8.0.0 Use \OCP\Template::relative_modified_date() instead |