From 86800ef3f5fd7fd9da3eb2c89c40ddc4463174fc Mon Sep 17 00:00:00 2001 From: mydnic Date: Sun, 1 Sep 2024 13:29:11 +0000 Subject: [PATCH] Fix styling --- tests/CommitMessageTest.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tests/CommitMessageTest.php b/tests/CommitMessageTest.php index aee8754..320a79f 100644 --- a/tests/CommitMessageTest.php +++ b/tests/CommitMessageTest.php @@ -1,6 +1,7 @@ [ 'date' => '2021-01-01T00:00:00Z', ], - 'message' => normalizeLineEndings(<< normalizeLineEndings(<<<'EOF' feat: fix issue with authentication > You can now login without any issue @@ -35,7 +36,7 @@ function normalizeLineEndings($string) { 'author' => [ 'date' => '2021-01-01T00:00:00Z', ], - 'message' => normalizeLineEndings(<< normalizeLineEndings(<<<'EOF' feat: fix issue with authentication Refactor the code @@ -56,7 +57,7 @@ function normalizeLineEndings($string) { 'author' => [ 'date' => '2021-01-01T00:00:00Z', ], - 'message' => normalizeLineEndings(<< normalizeLineEndings(<<<'EOF' feat: fix issue with authentication Refactor the code @@ -71,7 +72,7 @@ function normalizeLineEndings($string) { 'author' => [ 'date' => '2021-01-01T00:00:00Z', ], - 'message' => normalizeLineEndings(<< normalizeLineEndings(<<<'EOF' feat: fix issue with authentication > You can now login without any issue