From b7ec9d562c4bd2d535fad74d3f4724af16bb555e Mon Sep 17 00:00:00 2001 From: Andy Broomfield Date: Mon, 19 Feb 2024 10:42:07 +0000 Subject: [PATCH] cs: update strict types declreation Fix #247 Comes from update to phpcs to 2.9 --- .../tests/src/Functional/LinkFormatterTest.php | 2 +- .../tests/src/Functional/UnpublishedLinkNodeReferenceTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/localgov_services_sublanding/tests/src/Functional/LinkFormatterTest.php b/modules/localgov_services_sublanding/tests/src/Functional/LinkFormatterTest.php index a618101..eafc89c 100644 --- a/modules/localgov_services_sublanding/tests/src/Functional/LinkFormatterTest.php +++ b/modules/localgov_services_sublanding/tests/src/Functional/LinkFormatterTest.php @@ -1,6 +1,6 @@