diff options
author | Hamid Dehnavi <hamid.dev.pro@gmail.com> | 2023-07-17 18:59:30 +0330 |
---|---|---|
committer | Faraz Samapoor <f.samapoor@gmail.com> | 2023-09-28 09:16:03 +0330 |
commit | 92b75bc7984f1c663f553736f8e61fb9c17bacab (patch) | |
tree | 96fa3f20c1145ab4fa7c2e82bcaa8072413c9912 /apps/comments/lib/Controller | |
parent | 878288004e728839bda930cf655a68ae0a1c2b31 (diff) | |
download | nextcloud-server-92b75bc7984f1c663f553736f8e61fb9c17bacab.tar.gz nextcloud-server-92b75bc7984f1c663f553736f8e61fb9c17bacab.zip |
Make adjustments based on the review
Co-authored-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
Diffstat (limited to 'apps/comments/lib/Controller')
-rw-r--r-- | apps/comments/lib/Controller/NotificationsController.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/comments/lib/Controller/NotificationsController.php b/apps/comments/lib/Controller/NotificationsController.php index 0a1f1c1c149..b0255e62639 100644 --- a/apps/comments/lib/Controller/NotificationsController.php +++ b/apps/comments/lib/Controller/NotificationsController.php @@ -43,9 +43,6 @@ use OCP\Notification\IManager; */ #[IgnoreOpenAPI] class NotificationsController extends Controller { - /** - * NotificationsController constructor. - */ public function __construct( string $appName, IRequest $request, |