diff options
| author | Greg Roach <fisharebest@gmail.com> | 2019-03-19 17:00:30 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-03-20 07:23:00 +0000 |
| commit | a69fa789ea3405c74441202592c1c5e46edf0004 (patch) | |
| tree | 6c8ac2e501c55e93b7644a374e7fb8fce4b6509f /modules_v4 | |
| parent | 1e6a9077e770ec16713244e8400392f93f77e68e (diff) | |
| download | webtrees-a69fa789ea3405c74441202592c1c5e46edf0004.tar.gz webtrees-a69fa789ea3405c74441202592c1c5e46edf0004.tar.bz2 webtrees-a69fa789ea3405c74441202592c1c5e46edf0004.zip | |
Apply fixes from StyleCI (#2350)
Diffstat (limited to 'modules_v4')
| -rw-r--r-- | modules_v4/example-report.disable/module.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules_v4/example-report.disable/module.php b/modules_v4/example-report.disable/module.php index f6b0fa51e7..6026ed2311 100644 --- a/modules_v4/example-report.disable/module.php +++ b/modules_v4/example-report.disable/module.php @@ -41,6 +41,5 @@ return new class extends AbstractModule implements ModuleCustomInterface, Module public function xmlFilename(): string { return 'report.xml'; - } }; |
