Issue #3121157 by apaderno, neelam_wadhwani, jungle, Lendude, alexpott, bnjmnm: Small correction needed in ThemeInstallerInterface::uninstall() docblock

merge-requests/2836/head
Alex Pott 2022-10-06 16:20:34 +01:00
parent db43eba838
commit 76aa51fdf9
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ interface ThemeInstallerInterface {
* Thrown when trying to uninstall a theme that was not installed.
*
* @throws \InvalidArgumentException
* Thrown when trying to uninstall the default theme or the admin theme.
* Thrown when trying to uninstall the admin theme, the default theme or
* a theme that another theme depends on.
*
* @see hook_themes_uninstalled()
*/