From f2a5fda2fb529b6e4e8d65c3093288f54bcf3ea8 Mon Sep 17 00:00:00 2001 From: Jacob Ransom Date: Wed, 23 Oct 2024 11:08:53 +1300 Subject: [PATCH] Making PHPCS changes --- Controller.php | 1 + InvalidateReports.php | 4 +++- Menu.php | 5 +++-- tests/System/CheckDirectDependencyUseCommandTest.php | 3 ++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Controller.php b/Controller.php index 62828bd..43749e4 100644 --- a/Controller.php +++ b/Controller.php @@ -1,4 +1,5 @@ usesFoundList[$pluginName]); } -} \ No newline at end of file +}