From 313bb031d4e9c28c25c4456a8a56968361f28425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simonas=20=C5=A0erlinskas?= <simonas.serlinskas@nfq.com> Date: Mon, 10 Aug 2015 10:00:01 +0300 Subject: [PATCH] fixed aggregation tests code style issue --- tests/Aggregation/TopHitsAggregationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Aggregation/TopHitsAggregationTest.php b/tests/Aggregation/TopHitsAggregationTest.php index 6e4ca21..a48f016 100644 --- a/tests/Aggregation/TopHitsAggregationTest.php +++ b/tests/Aggregation/TopHitsAggregationTest.php @@ -58,7 +58,7 @@ class TopHitsAggregationTest extends \PHPUnit_Framework_TestCase 'from' => 1, '_source' => [ 'include' => ['title'], - ] + ], ], ], ]; -- GitLab