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)
{