diff -u b/core/modules/taxonomy/src/TermStorage.php b/core/modules/taxonomy/src/TermStorage.php --- b/core/modules/taxonomy/src/TermStorage.php +++ b/core/modules/taxonomy/src/TermStorage.php @@ -9,7 +9,7 @@ /** * Defines a Controller class for taxonomy terms. */ -class TermStorage extends SqlContentEntityStorage implements TermStorageInterface { +class TermStorage extends SqlContentEntityStorage implements TermStorageInterface { /** * Array of term parents keyed by vocabulary ID and child term ID.