Skip to content

Commit 02e8bc4

Browse files
refactor: update phpcs comments to ignore additional class in file
1 parent 9cafc2b commit 02e8bc4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/Mail/Client/Message/DraftTraitTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,9 @@ public function getMockedTrait()
106106
}
107107
}
108108

109-
// @codingStandardsIgnoreStart
109+
// phpcs:disable
110110
class MockTrait extends AbstractMessageItem
111111
{
112112
use DraftTrait;
113113
}
114-
// @codingStandardsIgnoreEnd
115-
114+
// phpcs:enable

0 commit comments

Comments
 (0)