@@ -26,7 +26,7 @@ |
||
26 | 26 | parent::__construct($name, $field); |
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 | ); |
@@ -27,7 +27,7 @@ |
||
27 | 27 | parent::__construct($name, $filter); |
28 | 28 | |
29 | 29 | trigger_error( |
30 | - 'This aggregation is moved to `Bucketing` namespace. Use the new namespace instead.' . |
|
30 | + 'This aggregation is moved to `Bucketing` namespace. Use the new namespace instead.'. |
|
31 | 31 | ' It will be removed in 3.0', |
32 | 32 | E_USER_DEPRECATED |
33 | 33 | ); |
@@ -26,7 +26,7 @@ |
||
26 | 26 | parent::__construct($name, $field, $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 | ); |
@@ -26,7 +26,7 @@ |
||
26 | 26 | parent::__construct($name, $field, $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 | ); |
@@ -26,7 +26,7 @@ |
||
26 | 26 | parent::__construct($name, $children); |
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 | ); |
@@ -26,7 +26,7 @@ |
||
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 | ); |
@@ -27,7 +27,7 @@ |
||
27 | 27 | parent::__construct($name, $field, $precision, $size, $shardSize); |
28 | 28 | |
29 | 29 | trigger_error( |
30 | - 'This aggregation is moved to `Bucketing` namespace. Use the new namespace instead.' . |
|
30 | + 'This aggregation is moved to `Bucketing` namespace. Use the new namespace instead.'. |
|
31 | 31 | ' It will be removed in 3.0', |
32 | 32 | E_USER_DEPRECATED |
33 | 33 | ); |
@@ -26,7 +26,7 @@ |
||
26 | 26 | parent::__construct($name, $field, $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 | ); |
@@ -26,7 +26,7 @@ |
||
26 | 26 | parent::__construct($name, $field, $origin, $ranges, $unit, $distanceType); |
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 | ); |