We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37d599f + 02e8bc4 commit 4d9b6f5Copy full SHA for 4d9b6f5
.github/workflows/run.tests.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
php-version: ${{ matrix.php }}
32
coverage: none
33
- tools: composer:v1
+ tools: composer:v2
34
35
- name: Install dependencies
36
run: composer install --no-progress
tests/Mail/Client/Message/DraftTraitTest.php
@@ -106,10 +106,9 @@ public function getMockedTrait()
106
}
107
108
109
-// @codingStandardsIgnoreStart
+// phpcs:disable
110
class MockTrait extends AbstractMessageItem
111
{
112
use DraftTrait;
113
114
-// @codingStandardsIgnoreEnd
115
-
+// phpcs:enable
0 commit comments