Skip to content

Commit

Permalink
phpstan ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
aarohiprasad committed Feb 18, 2025
1 parent a9e9cbc commit 3776352
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tests/Functional/Mailer/Transport/SparkpostTransportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@

class SparkpostTransportTest extends MauticMysqlTestCase
{
/**
* @phpstan-ignore-next-line
*/
private TranslatorInterface $translator;

/**
* @phpstan-ignore-next-line
*/
protected function setUp(): void
{
$this->markTestSkipped('Failing on CI, to be fixed in a separate PR');
Expand Down

0 comments on commit 3776352

Please sign in to comment.