Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
voku authored and StyleCIBot committed Apr 7, 2017
1 parent b968479 commit 7faff8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/SimpleHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ public function testPhoneticSearch()
$resultValues = array_values($result);
self::assertSame(
array(
"Moelleken" => "Mölecken",
"Wosnitza" => "Wosnitsa",
'Moelleken' => 'Mölecken',
'Wosnitza' => 'Wosnitsa',
),
$resultValues[0]
);
Expand Down

0 comments on commit 7faff8d

Please sign in to comment.