Various small optimisations [skip ci]

This commit is contained in:
James Cole
2017-01-05 10:06:46 +01:00
parent a872cf7061
commit 4538ef3cf9
6 changed files with 22 additions and 19 deletions

View File

@@ -88,10 +88,11 @@ class AttachmentController extends Controller
}
/**
* @param Attachment $attachment
* @param AttachmentRepositoryInterface $repository
* @param Attachment $attachment
*
* @return mixed
* @throws FireflyException
*
*/
public function download(AttachmentRepositoryInterface $repository, Attachment $attachment)
{