summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers/PasteFact.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2021-05-18 11:40:23 +0100
committerGreg Roach <fisharebest@gmail.com>2021-05-18 12:22:35 +0100
commitc4943cff72f95a28fbb9404e3c20b169ff098e5c (patch)
tree524815c65f55b591d95042da034a465efd602a8c /app/Http/RequestHandlers/PasteFact.php
parent05edc7571aa62525b7dfeda19639a6f6b40f6858 (diff)
downloadwebtrees-c4943cff72f95a28fbb9404e3c20b169ff098e5c.tar.gz
webtrees-c4943cff72f95a28fbb9404e3c20b169ff098e5c.tar.bz2
webtrees-c4943cff72f95a28fbb9404e3c20b169ff098e5c.zip
CodeStyle
Diffstat (limited to 'app/Http/RequestHandlers/PasteFact.php')
-rw-r--r--app/Http/RequestHandlers/PasteFact.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Http/RequestHandlers/PasteFact.php b/app/Http/RequestHandlers/PasteFact.php
index 2f05039505..a45b7dc77d 100644
--- a/app/Http/RequestHandlers/PasteFact.php
+++ b/app/Http/RequestHandlers/PasteFact.php
@@ -36,8 +36,7 @@ use function redirect;
*/
class PasteFact implements RequestHandlerInterface
{
- /** @var ClipboardService */
- private $clipboard_service;
+ private ClipboardService $clipboard_service;
/**
* PasteFact constructor.