From 15d93c61a77209c94f7aa5c44699530021dbcf2b Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Wed, 5 Feb 2025 12:52:47 +1300 Subject: [PATCH] DOC Remove simple theme reference from PHPDoc comment (#11594) --- src/View/ThemeList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/ThemeList.php b/src/View/ThemeList.php index 87cb5cc8c97..411fe1e8d28 100644 --- a/src/View/ThemeList.php +++ b/src/View/ThemeList.php @@ -15,7 +15,7 @@ interface ThemeList * '/mysite', * 'vendor/module:themename', * '/framework/admin' - * 'simple' + * 'my-theme' * ] * *