diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-02-04 14:28:18 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-02-04 15:59:00 +0000 |
| commit | 24f2a3af38709f9bf0a739b30264240d20ba34e8 (patch) | |
| tree | 3e1418b4d3a327a1cf10708b29079eea6664d120 /app/Http/RequestHandlers/ControlPanel.php | |
| parent | 5ee0e1c4682ba45eab113157c38012830963e411 (diff) | |
| download | webtrees-24f2a3af38709f9bf0a739b30264240d20ba34e8.tar.gz webtrees-24f2a3af38709f9bf0a739b30264240d20ba34e8.tar.bz2 webtrees-24f2a3af38709f9bf0a739b30264240d20ba34e8.zip | |
Code style
Diffstat (limited to 'app/Http/RequestHandlers/ControlPanel.php')
| -rw-r--r-- | app/Http/RequestHandlers/ControlPanel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Http/RequestHandlers/ControlPanel.php b/app/Http/RequestHandlers/ControlPanel.php index db34c7ad21..4aef586e7d 100644 --- a/app/Http/RequestHandlers/ControlPanel.php +++ b/app/Http/RequestHandlers/ControlPanel.php @@ -208,7 +208,7 @@ class ControlPanel implements RequestHandlerInterface /** * Count the number of pending changes in each tree. * - * @return string[] + * @return array<string> */ private function totalChanges(): array { |
