summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers/PendingChanges.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2023-07-14 15:31:41 +0100
committerGreg Roach <greg@subaqua.co.uk>2023-07-23 21:43:24 +0100
commite93a8df2f8d797005750082cc3766c0e80799688 (patch)
treedce76e2a262c1e40db67891f17b8436f504a4def /app/Http/RequestHandlers/PendingChanges.php
parentd14063f77cbd55ff6b93a890a77b5e52407c8b92 (diff)
downloadwebtrees-e93a8df2f8d797005750082cc3766c0e80799688.tar.gz
webtrees-e93a8df2f8d797005750082cc3766c0e80799688.tar.bz2
webtrees-e93a8df2f8d797005750082cc3766c0e80799688.zip
phpdoc
Diffstat (limited to 'app/Http/RequestHandlers/PendingChanges.php')
-rw-r--r--app/Http/RequestHandlers/PendingChanges.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Http/RequestHandlers/PendingChanges.php b/app/Http/RequestHandlers/PendingChanges.php
index 7d6a2a1175..d2fcbfb366 100644
--- a/app/Http/RequestHandlers/PendingChanges.php
+++ b/app/Http/RequestHandlers/PendingChanges.php
@@ -42,8 +42,6 @@ class PendingChanges implements RequestHandlerInterface
private PendingChangesService $pending_changes_service;
/**
- * PendingChanges constructor.
- *
* @param PendingChangesService $pending_changes_service
*/
public function __construct(PendingChangesService $pending_changes_service)