chore: lint for new cs-fixer

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/672/head
Varun Patil 2023-05-24 19:23:04 -07:00
parent afed32ec1d
commit 5c6728d413
3 changed files with 5 additions and 9 deletions

View File

@ -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

View File

@ -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
* @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
*
* @return array An array of day responses
*/

View File

@ -245,8 +245,6 @@ class TimelineWrite
/**
* Clear the entire index. Does not need confirmation!
*
* @param File $file
*/
public function clear()
{