From 95bd9b305793623b65cc5879bf2cbe22bf579e7e Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Tue, 5 Jul 2022 10:38:24 -0400 Subject: [PATCH] ISTWCMS-5666: coding standards --- src/Service/UWServiceInterface.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Service/UWServiceInterface.php b/src/Service/UWServiceInterface.php index 4491b9d0..1311d7f9 100644 --- a/src/Service/UWServiceInterface.php +++ b/src/Service/UWServiceInterface.php @@ -200,6 +200,8 @@ interface UWServiceInterface { * * @param array $content_types * Array of content types. + * @param bool $show_null_content_types + * Flag to show null content type usage. * * @return array * Array of content type usage. -- GitLab