From 160f673060f21eca696aeea3ce8570c37b17f184 Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 29 Sep 2019 17:37:03 +0100 Subject: [PATCH] consistent class naming --- ext/custom_html_headers/info.php | 2 +- ext/custom_html_headers/main.php | 2 +- ext/google_analytics/info.php | 2 +- ext/google_analytics/main.php | 2 +- ext/rss_comments/info.php | 2 +- ext/rss_comments/main.php | 2 +- ext/rss_images/info.php | 2 +- ext/rss_images/main.php | 2 +- ext/rss_images/theme.php | 2 +- ext/source_history/info.php | 2 +- ext/source_history/main.php | 2 +- ext/source_history/theme.php | 2 +- ext/tag_history/info.php | 2 +- ext/tag_history/main.php | 2 +- ext/tag_history/theme.php | 2 +- ext/tagger/theme.php | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ext/custom_html_headers/info.php b/ext/custom_html_headers/info.php index fec79af6..5ac483d3 100644 --- a/ext/custom_html_headers/info.php +++ b/ext/custom_html_headers/info.php @@ -9,7 +9,7 @@ * Documentation: * */ -class custom_html_headersInfo extends ExtensionInfo +class CustomHtmlHeadersInfo extends ExtensionInfo { public const KEY = "custom_html_headers"; diff --git a/ext/custom_html_headers/main.php b/ext/custom_html_headers/main.php index 05bf22fb..5c6c6f18 100644 --- a/ext/custom_html_headers/main.php +++ b/ext/custom_html_headers/main.php @@ -1,6 +1,6 @@ content public function onSetupBuilding(SetupBuildingEvent $event) diff --git a/ext/google_analytics/info.php b/ext/google_analytics/info.php index 2c38ba63..a62cc880 100644 --- a/ext/google_analytics/info.php +++ b/ext/google_analytics/info.php @@ -9,7 +9,7 @@ * Documentation: * */ -class google_analyticsInfo extends ExtensionInfo +class GoogleAnalyticsInfo extends ExtensionInfo { public const KEY = "google_analytics"; diff --git a/ext/google_analytics/main.php b/ext/google_analytics/main.php index f8ff53e8..fb702dfb 100644 --- a/ext/google_analytics/main.php +++ b/ext/google_analytics/main.php @@ -1,6 +1,6 @@ , modified by jgen */ -class Tag_HistoryTheme extends Themelet +class TagHistoryTheme extends Themelet { private $messages = []; diff --git a/ext/tagger/theme.php b/ext/tagger/theme.php index 6d56811d..fbdb0a1e 100644 --- a/ext/tagger/theme.php +++ b/ext/tagger/theme.php @@ -5,7 +5,7 @@ * Do not remove this notice. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -class taggerTheme extends Themelet +class TaggerTheme extends Themelet { public function build_tagger(Page $page, $event) {