Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit a59cb74

Browse files
committed
CS - space around operators
- Also aligns assignment statements
1 parent 2ed7a0e commit a59cb74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/ProblemDetailsResponseFactoryTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@ public function testCreateResponseRemovesInvalidCharactersFromXmlKeys(string $he
150150

151151
$additional = [
152152
'foo' => [
153-
'A#-' => 'foo',
154-
'-A-' => 'foo',
155-
'#B-' => 'foo',
156-
"C\n-" => 'foo',
157-
chr(10).'C-' => 'foo',
153+
'A#-' => 'foo',
154+
'-A-' => 'foo',
155+
'#B-' => 'foo',
156+
"C\n-" => 'foo',
157+
chr(10) . 'C-' => 'foo',
158158
],
159159
];
160160

0 commit comments

Comments
 (0)