Skip to content

Commit d90df75

Browse files
committed
Apply fixes from StyleCI
1 parent aeb0902 commit d90df75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestSupportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function testNormalizeLineEndingsWhenStringsAreIdenticalWithLineEndings()
5555
self::assertSame(
5656
self::normalizeLineEndings("foo\r\nbar"),
5757
self::normalizeLineEndings("foo\nbar"),
58-
"Should produce the same normalized string for CRLF and LF inputs.",
58+
'Should produce the same normalized string for CRLF and LF inputs.',
5959
);
6060
}
6161

0 commit comments

Comments
 (0)