1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Remove unecassary concatentation of string literals

This commit is contained in:
Barney Laurance 2021-06-27 00:08:03 +01:00 committed by GitHub
parent 0722401aaf
commit eff9acbd9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,8 +64,8 @@ class IssueBufferTest extends TestCase
'Message',
"three.php",
"/path/three.php",
"snippet-3-has-carriage-return" . "\r",
"snippet-3-has-carriage-return" . "\r",
"snippet-3-has-carriage-return\r",
"snippet-3-has-carriage-return\r",
0,
0,
0,