mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
Code optimizations.
This commit is contained in:
@@ -49,11 +49,11 @@ interface AttachmentRepositoryInterface
|
||||
public function exists(Attachment $attachment): bool;
|
||||
|
||||
/**
|
||||
* @param int $id
|
||||
*
|
||||
* @param int $attachmentId
|
||||
* @deprecated
|
||||
* @return Attachment
|
||||
*/
|
||||
public function findWithoutUser(int $id): Attachment;
|
||||
public function findWithoutUser(int $attachmentId): Attachment;
|
||||
|
||||
/**
|
||||
* @return Collection
|
||||
|
||||
Reference in New Issue
Block a user