Completed
Pull Request — master (#148)
by Simonas
02:51
created
src/Aggregation/ExtendedStatsAggregation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
         parent::__construct($name, $field, $sigma, $script);
27 27
 
28 28
         trigger_error(
29
-            'This aggregation is moved to `Metric` namespace. Use the new namespace instead.' .
29
+            'This aggregation is moved to `Metric` namespace. Use the new namespace instead.'.
30 30
             ' It will be removed in 3.0',
31 31
             E_USER_DEPRECATED
32 32
         );
Please login to merge, or discard this patch.
src/Aggregation/PercentileRanksAggregation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
         parent::__construct($name, $field, $values, $script, $compression);
27 27
 
28 28
         trigger_error(
29
-            'This aggregation is moved to `Metric` namespace. Use the new namespace instead.' .
29
+            'This aggregation is moved to `Metric` namespace. Use the new namespace instead.'.
30 30
             ' It will be removed in 3.0',
31 31
             E_USER_DEPRECATED
32 32
         );
Please login to merge, or discard this patch.
src/Aggregation/TermsAggregation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
         parent::__construct($name, $field, $script);
27 27
 
28 28
         trigger_error(
29
-            'This aggregation is moved to `Bucketing` namespace. Use the new namespace instead.' .
29
+            'This aggregation is moved to `Bucketing` namespace. Use the new namespace instead.'.
30 30
             ' It will be removed in 3.0',
31 31
             E_USER_DEPRECATED
32 32
         );
Please login to merge, or discard this patch.
src/Aggregation/Ipv4RangeAggregation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
         parent::__construct($name, $field, $ranges);
27 27
 
28 28
         trigger_error(
29
-            'This aggregation is moved to `Bucketing` namespace. Use the new namespace instead.' .
29
+            'This aggregation is moved to `Bucketing` namespace. Use the new namespace instead.'.
30 30
             ' It will be removed in 3.0',
31 31
             E_USER_DEPRECATED
32 32
         );
Please login to merge, or discard this patch.
src/Aggregation/PercentilesAggregation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
         parent::__construct($name, $field, $percents, $script, $compression);
27 27
 
28 28
         trigger_error(
29
-            'This aggregation is moved to `Metric` namespace. Use the new namespace instead.' .
29
+            'This aggregation is moved to `Metric` namespace. Use the new namespace instead.'.
30 30
             ' It will be removed in 3.0',
31 31
             E_USER_DEPRECATED
32 32
         );
Please login to merge, or discard this patch.
src/Aggregation/ReverseNestedAggregation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
         parent::__construct($name, $path);
27 27
 
28 28
         trigger_error(
29
-            'This aggregation is moved to `Bucketing` namespace. Use the new namespace instead.' .
29
+            'This aggregation is moved to `Bucketing` namespace. Use the new namespace instead.'.
30 30
             ' It will be removed in 3.0',
31 31
             E_USER_DEPRECATED
32 32
         );
Please login to merge, or discard this patch.
src/Aggregation/SamplerAggregation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
         parent::__construct($name, $field, $shardSize);
29 29
 
30 30
         trigger_error(
31
-            'This aggregation is moved to `Bucketing` namespace. Use the new namespace instead.' .
31
+            'This aggregation is moved to `Bucketing` namespace. Use the new namespace instead.'.
32 32
             ' It will be removed in 3.0',
33 33
             E_USER_DEPRECATED
34 34
         );
Please login to merge, or discard this patch.
src/Aggregation/RangeAggregation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
         parent::__construct($name, $field, $ranges, $keyed);
27 27
 
28 28
         trigger_error(
29
-            'This aggregation is moved to `Bucketing` namespace. Use the new namespace instead.' .
29
+            'This aggregation is moved to `Bucketing` namespace. Use the new namespace instead.'.
30 30
             ' It will be removed in 3.0',
31 31
             E_USER_DEPRECATED
32 32
         );
Please login to merge, or discard this patch.
src/Aggregation/GeoBoundsAggregation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
         parent::__construct($name, $field, $wrapLongitude);
27 27
 
28 28
         trigger_error(
29
-            'This aggregation is moved to `Metric` namespace. Use the new namespace instead.' .
29
+            'This aggregation is moved to `Metric` namespace. Use the new namespace instead.'.
30 30
             ' It will be removed in 3.0',
31 31
             E_USER_DEPRECATED
32 32
         );
Please login to merge, or discard this patch.