Skip to content

Commit 4d9b6f5

Browse files
Merge pull request #4 from conjoon/dev
Dev
2 parents 37d599f + 02e8bc4 commit 4d9b6f5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/run.tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
php-version: ${{ matrix.php }}
3232
coverage: none
33-
tools: composer:v1
33+
tools: composer:v2
3434

3535
- name: Install dependencies
3636
run: composer install --no-progress

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)