From f33ef070dd853febf880da490dff6116e49b7079 Mon Sep 17 00:00:00 2001 From: joao <jpconsta@uwaterloo.ca> Date: Thu, 22 Jun 2023 16:45:33 -0400 Subject: [PATCH] Fixing drupalcs --- src/Commands/UwDrushCommands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/UwDrushCommands.php b/src/Commands/UwDrushCommands.php index 92b069d8..56a1a26d 100644 --- a/src/Commands/UwDrushCommands.php +++ b/src/Commands/UwDrushCommands.php @@ -58,7 +58,7 @@ class UwDrushCommands extends DrushCommands { /** * Uw Multi-Lingual service. * - * @var \Drupal\uw_multilingual\Service\UwMultiLingualSetupInterface; + * @var \Drupal\uw_multilingual\Service\UwMultiLingualSetupInterface */ protected $uwMultiLingualService; -- GitLab