Skip to content

Commit 3776352

Browse files
committed
phpstan ignore
1 parent a9e9cbc commit 3776352

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Tests/Functional/Mailer/Transport/SparkpostTransportTest.php

+6
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,14 @@
1717

1818
class SparkpostTransportTest extends MauticMysqlTestCase
1919
{
20+
/**
21+
* @phpstan-ignore-next-line
22+
*/
2023
private TranslatorInterface $translator;
2124

25+
/**
26+
* @phpstan-ignore-next-line
27+
*/
2228
protected function setUp(): void
2329
{
2430
$this->markTestSkipped('Failing on CI, to be fixed in a separate PR');

0 commit comments

Comments
 (0)