mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 02:57:45 +00:00
Various code cleanup.
This commit is contained in:
@@ -123,7 +123,7 @@ class AttachmentRepository implements AttachmentRepositoryInterface
|
||||
*
|
||||
* @param Attachment $attachment
|
||||
*
|
||||
* @return string
|
||||
* @return string|null
|
||||
*/
|
||||
public function getNoteText(Attachment $attachment): ?string
|
||||
{
|
||||
@@ -167,6 +167,7 @@ class AttachmentRepository implements AttachmentRepositoryInterface
|
||||
* @param array $data
|
||||
*
|
||||
* @return Attachment
|
||||
* @throws Exception
|
||||
*/
|
||||
public function update(Attachment $attachment, array $data): Attachment
|
||||
{
|
||||
|
Reference in New Issue
Block a user