@@ -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 | ); |
@@ -131,7 +131,7 @@ |
||
131 | 131 | 'size' => $this->getSize(), |
132 | 132 | 'from' => $this->getFrom(), |
133 | 133 | ], |
134 | - function ($val) { |
|
134 | + function($val) { |
|
135 | 135 | return (($val || is_array($val) || ($val || is_numeric($val)))); |
136 | 136 | } |
137 | 137 | ); |
@@ -131,7 +131,7 @@ |
||
131 | 131 | 'size' => $this->getSize(), |
132 | 132 | 'from' => $this->getFrom(), |
133 | 133 | ], |
134 | - function ($val) { |
|
134 | + function($val) { |
|
135 | 135 | return (($val || is_array($val) || ($val || is_numeric($val)))); |
136 | 136 | } |
137 | 137 | ); |
@@ -131,7 +131,7 @@ |
||
131 | 131 | 'size' => $this->getSize(), |
132 | 132 | 'from' => $this->getFrom(), |
133 | 133 | ], |
134 | - function ($val) { |
|
134 | + function($val) { |
|
135 | 135 | return (($val || is_array($val) || ($val || is_numeric($val)))); |
136 | 136 | } |
137 | 137 | ); |
@@ -131,7 +131,7 @@ |
||
131 | 131 | 'size' => $this->getSize(), |
132 | 132 | 'from' => $this->getFrom(), |
133 | 133 | ], |
134 | - function ($val) { |
|
134 | + function($val) { |
|
135 | 135 | return (($val || is_array($val) || ($val || is_numeric($val)))); |
136 | 136 | } |
137 | 137 | ); |
@@ -131,7 +131,7 @@ |
||
131 | 131 | 'size' => $this->getSize(), |
132 | 132 | 'from' => $this->getFrom(), |
133 | 133 | ], |
134 | - function ($val) { |
|
134 | + function($val) { |
|
135 | 135 | return (($val || is_array($val) || ($val || is_numeric($val)))); |
136 | 136 | } |
137 | 137 | ); |
@@ -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 | ); |