Skip to content

Commit e2524d0

Browse files
Merge branch '7.4' into 8.0
* 7.4: skip legacy extractor test with symfony/property-info 8.0+ chore: heredoc indentation as of PHP 7.3 [Actions] remove dead code from integration-test We can always revisit later if needed.From 2021 its there and not in use
2 parents f5a0065 + 46928e6 commit e2524d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tests/ChatworkMessageBodyBuilderTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ public function testGetMessageBody()
5252
;
5353

5454
$expectedBody = <<<EOT
55-
[To:abc]
56-
[To:def]
57-
test body
58-
EOT;
55+
[To:abc]
56+
[To:def]
57+
test body
58+
EOT;
5959
$expected = [
6060
'body' => $expectedBody,
6161
'self_unread' => true,

0 commit comments

Comments
 (0)