Automated formatting changes

This commit is contained in:
Formatter Bot 2020-10-21 21:12:02 +00:00
parent 0e0e0d1042
commit e3414b1e3d
2 changed files with 1 additions and 2 deletions

View File

@ -490,7 +490,6 @@ class Media implements \JsonSerializable
$this->type = $type; $this->type = $type;
} }
/** /**
* @param string $description Media description * @param string $description Media description
* *

View File

@ -61,7 +61,7 @@ class MediaMapper extends DataMapperAbstract
*/ */
protected static array $belongsTo = [ protected static array $belongsTo = [
'createdBy' => [ 'createdBy' => [
'mapper' => AccountMapper::class, 'mapper' => AccountMapper::class,
'external' => 'media_created_by', 'external' => 'media_created_by',
], ],
]; ];