Skip to content

Commit

Permalink
Dependencies updates + coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienHarper committed Aug 13, 2024
1 parent acb83a5 commit e253753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DHAuditorBundleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e253753

Please sign in to comment.