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/Report/ReportHtmlCell.php | |
| parent | bc5848527e0266b72d3240945655cbc11706bc27 (diff) | |
| download | webtrees-1f50a43c63909c75ef86071e6ff05d5b0eb35632.tar.gz webtrees-1f50a43c63909c75ef86071e6ff05d5b0eb35632.tar.bz2 webtrees-1f50a43c63909c75ef86071e6ff05d5b0eb35632.zip | |
Remove unnecessary PHPDOC
Diffstat (limited to 'app/Report/ReportHtmlCell.php')
| -rw-r--r-- | app/Report/ReportHtmlCell.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/Report/ReportHtmlCell.php b/app/Report/ReportHtmlCell.php index e8cbf1a9ce..b3eeb50d9c 100644 --- a/app/Report/ReportHtmlCell.php +++ b/app/Report/ReportHtmlCell.php @@ -22,9 +22,6 @@ namespace Fisharebest\Webtrees\Report; use function str_contains; use function str_replace; -/** - * Class ReportHtmlCell - */ class ReportHtmlCell extends ReportBaseCell { /** |
