Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
SosthenG committed Mar 6, 2019
1 parent 1164e2c commit 74d25e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Elastica/Aggregation/ParentAggregationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ protected function _getIndexForTest()
$index = $client->getIndex('testaggregationparent');
$index->create(['index' => ['number_of_shards' => 2, 'number_of_replicas' => 1]], true);

$type = $index->getType(strtolower(
'typeparent'.uniqid()
$type = $index->getType(\strtolower(
'typeparent'.\uniqid()
));

$mapping = new Mapping();
Expand Down

0 comments on commit 74d25e6

Please sign in to comment.