From 5c7ecb21fae350b6b0f20b91ae9d53499851325a Mon Sep 17 00:00:00 2001 From: RLT Date: Wed, 29 Jan 2025 16:20:41 -0600 Subject: [PATCH] Add @param to $schema parameter --- .../src/Service/TripalCultivatePhenotypesTermsService.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trpcultivate_phenotypes/src/Service/TripalCultivatePhenotypesTermsService.php b/trpcultivate_phenotypes/src/Service/TripalCultivatePhenotypesTermsService.php index 6472405e..7251650f 100644 --- a/trpcultivate_phenotypes/src/Service/TripalCultivatePhenotypesTermsService.php +++ b/trpcultivate_phenotypes/src/Service/TripalCultivatePhenotypesTermsService.php @@ -134,6 +134,9 @@ public function defineTerms() { /** * Insert and create term configuration variable. * + * @param string $schema + * The Chado schema name to use. + * * @return bool * True if all terms were inserted successfully and false otherwise. */