From c23e690337015b1734478b15297860f2e48d9b4e Mon Sep 17 00:00:00 2001 From: ebremner <ebremner@uwaterloo.ca> Date: Mon, 7 Jun 2021 23:38:09 -0400 Subject: [PATCH] ISTWCMS-4619: coding standards --- src/Service/UWService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Service/UWService.php b/src/Service/UWService.php index db5bc5a0..8371f1f5 100644 --- a/src/Service/UWService.php +++ b/src/Service/UWService.php @@ -574,7 +574,7 @@ class UWService implements UWServiceInterface { } /** - * {@inheritdoc } + * {@inheritDoc} */ public function uwGetAuthor(Node $node): string { -- GitLab