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/Module/ModuleChartInterface.php | |
| parent | 5ee0e1c4682ba45eab113157c38012830963e411 (diff) | |
| download | webtrees-24f2a3af38709f9bf0a739b30264240d20ba34e8.tar.gz webtrees-24f2a3af38709f9bf0a739b30264240d20ba34e8.tar.bz2 webtrees-24f2a3af38709f9bf0a739b30264240d20ba34e8.zip | |
Code style
Diffstat (limited to 'app/Module/ModuleChartInterface.php')
| -rw-r--r-- | app/Module/ModuleChartInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/ModuleChartInterface.php b/app/Module/ModuleChartInterface.php index a68555b4be..4fc09fc9a9 100644 --- a/app/Module/ModuleChartInterface.php +++ b/app/Module/ModuleChartInterface.php @@ -74,7 +74,7 @@ interface ModuleChartInterface extends ModuleInterface /** * Attributes for the URL. * - * @return string[] + * @return array<string> */ public function chartUrlAttributes(): array; } |
