From 689c8ce0e3bbca0e641b5b6c62f71b297e33dfbe Mon Sep 17 00:00:00 2001
From: Hypolite Petovan <hypolite@mrpetovan.com>
Date: Mon, 20 Jan 2020 13:28:41 -0500
Subject: [PATCH] Remove superfluous variable type hint in
 Module\Settings\Profile\Photo\Index

---
 src/Module/Settings/Profile/Photo/Index.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Module/Settings/Profile/Photo/Index.php b/src/Module/Settings/Profile/Photo/Index.php
index 9cb5644b2a..9d2648abd8 100644
--- a/src/Module/Settings/Profile/Photo/Index.php
+++ b/src/Module/Settings/Profile/Photo/Index.php
@@ -99,7 +99,6 @@ class Index extends BaseSettingsModule
 
 		parent::content();
 
-		/** @var Arguments $args */
 		$args = DI::args();
 
 		$newuser = $args->get($args->getArgc() - 1) === 'new';