10000 fixed CS · symfony/symfony@009efb8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 009efb8

Browse files
committed
fixed CS
1 parent e54d716 commit 009efb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Symfony/Component/Translation/Tests/MessageSelectorTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96 BB41 ,10 @@ public function getChooseTests()
9696

9797
// Test texts with new-lines
9898
// with double-quotes and \n in id & double-quotes and actual newlines in text
99-
array("This is a text with a\n new-line in it. Selector = 0.", "{0}This is a text with a
99+
array("This is a text with a\n new-line in it. Selector = 0.", '{0}This is a text with a
100100
new-line in it. Selector = 0.|{1}This is a text with a
101101
new-line in it. Selector = 1.|[1,Inf]This is a text with a
102-
new-line in it. Selector > 1.", 0),
102+
new-line in it. Selector > 1.', 0),
103103
// with double-quotes and \n in id and single-quotes and actual newlines in text
104104
array("This is a text with a\n new-line in it. Selector = 1.", '{0}This is a text with a
105105
new-line in it. Selector = 0.|{1}This is a text with a
@@ -110,8 +110,8 @@ public function getChooseTests()
110110
new-line in it. Selector = 1.|[1,Inf]This is a text with a
111111
new-line in it. Selector > 1.', 5),
112112
// with double-quotes and id split accros lines
113-
array("This is a text with a
114-
new-line in it. Selector = 1.", '{0}This is a text with a
113+
array('This is a text with a
114+
new-line in it. Selector = 1.', '{0}This is a text with a
115115
new-line in it. Selector = 0.|{1}This is a text with a
116116
new-line in it. Selector = 1.|[1,Inf]This is a text with a
117117
new-line in it. Selector > 1.', 1),

0 commit comments

Comments
 (0)
0