From e25375395c33a634630645620df9c1f82c5b7d5e Mon Sep 17 00:00:00 2001 From: Damien Harper Date: Tue, 13 Aug 2024 22:17:50 +0200 Subject: [PATCH] Dependencies updates + coding style --- tests/DHAuditorBundleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/DHAuditorBundleTest.php b/tests/DHAuditorBundleTest.php index d70c087f..6049dad7 100644 --- a/tests/DHAuditorBundleTest.php +++ b/tests/DHAuditorBundleTest.php @@ -32,7 +32,7 @@ protected function setUp(): void parent::setUp(); // Make services public - $this->addCompilerPass(new PublicServicePass('#^(DH\\\\Auditor(Bundle)?\\\\|dh_auditor\.).*$#')); + $this->addCompilerPass(new PublicServicePass('#^(DH\\\Auditor(Bundle)?\\\|dh_auditor\.).*$#')); } public function testInitBundle(): void