chore: lint for new cs-fixer
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/672/head
parent
afed32ec1d
commit
5c6728d413
|
@ -84,7 +84,7 @@ trait PeopleBackendUtils
|
|||
* - height: height of the face in the image (percentage)
|
||||
*
|
||||
* @param \OCP\Files\SimpleFS\ISimpleFile $file Actual file containing the image
|
||||
* @param array $object The face object
|
||||
* @param array $photo The face object
|
||||
* @param float $padding The padding to add around the face
|
||||
*
|
||||
* @return [Blob, mimetype] of resulting image
|
||||
|
|
|
@ -57,12 +57,10 @@ trait TimelineQueryDays
|
|||
/**
|
||||
* Get the day response from the database for the timeline.
|
||||
*
|
||||
* @param string $uid The user id
|
||||
* @param int[] $day_ids The day ids to fetch
|
||||
* @param bool $recursive If the query should be recursive
|
||||
* @param bool $archive If the query should include only the archive folder
|
||||
* @param array $queryTransforms The query transformations to apply
|
||||
* @param mixed $day_ids
|
||||
*
|
||||
* @return array An array of day responses
|
||||
*/
|
||||
|
|
|
@ -245,8 +245,6 @@ class TimelineWrite
|
|||
|
||||
/**
|
||||
* Clear the entire index. Does not need confirmation!
|
||||
*
|
||||
* @param File $file
|
||||
*/
|
||||
public function clear()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue