From 6969d386ff83136a3a8a41186f6299a882684102 Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Wed, 29 Apr 2020 19:04:59 +0000 Subject: [PATCH] Automated formatting changes --- Theme/Backend/media-single.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/media-single.tpl.php b/Theme/Backend/media-single.tpl.php index 3004277..bec2d5f 100644 --- a/Theme/Backend/media-single.tpl.php +++ b/Theme/Backend/media-single.tpl.php @@ -21,7 +21,7 @@ include __DIR__ . '/template-functions.php'; /** * @var \Modules\Media\Views\MediaView $this - * @var \Modules\Media\Models\Media $media + * @var \Modules\Media\Models\Media $media */ $media = $this->getData('media'); echo $this->getData('nav')->render();