diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-01-02 17:39:59 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-01-04 18:01:44 +0000 |
| commit | 1f50a43c63909c75ef86071e6ff05d5b0eb35632 (patch) | |
| tree | 28fd76dba94dd259b97c6c4936f907029aba4a4e /app/Module/FanChartModule.php | |
| parent | bc5848527e0266b72d3240945655cbc11706bc27 (diff) | |
| download | webtrees-1f50a43c63909c75ef86071e6ff05d5b0eb35632.tar.gz webtrees-1f50a43c63909c75ef86071e6ff05d5b0eb35632.tar.bz2 webtrees-1f50a43c63909c75ef86071e6ff05d5b0eb35632.zip | |
Remove unnecessary PHPDOC
Diffstat (limited to 'app/Module/FanChartModule.php')
| -rw-r--r-- | app/Module/FanChartModule.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/Module/FanChartModule.php b/app/Module/FanChartModule.php index 78659d3c0a..7f3359ef89 100644 --- a/app/Module/FanChartModule.php +++ b/app/Module/FanChartModule.php @@ -66,9 +66,6 @@ use function view; use const IMG_ARC_PIE; -/** - * Class FanChartModule - */ class FanChartModule extends AbstractModule implements ModuleChartInterface, RequestHandlerInterface { use ModuleChartTrait; |
