Update some code style

This commit is contained in:
James Cole
2020-07-31 15:12:26 +02:00
parent c3d8d70b34
commit e46958c23e
11 changed files with 51 additions and 117 deletions

View File

@@ -33,8 +33,7 @@ use Log;
*/
class AttachmentTransformer extends AbstractTransformer
{
/** @var AttachmentRepositoryInterface */
private $repository;
private AttachmentRepositoryInterface $repository;
/**
* BillTransformer constructor.