Skip to content

Commit 1691756

Browse files
committed
Fix style
1 parent 08a0d32 commit 1691756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Elastica/Aggregation/ParentAggregationTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ protected function _getIndexForTest()
1616
$index = $client->getIndex('testaggregationparent');
1717
$index->create(['index' => ['number_of_shards' => 2, 'number_of_replicas' => 1]], true);
1818

19-
$type = $index->getType(strtolower(
20-
'typeparent'.uniqid()
19+
$type = $index->getType(\strtolower(
20+
'typeparent'.\uniqid()
2121
));
2222

2323
$mapping = new Mapping();

0 commit comments

Comments
 (0)