X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ftaxonomy%2Fsrc%2FTermStorageInterface.php;h=4ab2d2deaf8e7ba65ed4c40dbdadb74e0bd08f58;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=05d8d7f4c7e77ee17005c277830de6ab2a937cbd;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/taxonomy/src/TermStorageInterface.php b/web/core/modules/taxonomy/src/TermStorageInterface.php index 05d8d7f4c..4ab2d2dea 100644 --- a/web/core/modules/taxonomy/src/TermStorageInterface.php +++ b/web/core/modules/taxonomy/src/TermStorageInterface.php @@ -52,7 +52,7 @@ interface TermStorageInterface extends ContentEntityStorageInterface { * Finds all children of a term ID. * * @param int $tid - * Term ID to retrieve parents for. + * Term ID to retrieve children for. * @param string $vid * An optional vocabulary ID to restrict the child search. *