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:
parent
0722401aaf
commit
eff9acbd9a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user