@@ -227,7 +227,7 @@ |
||
227 | 227 | 'inputQuery' => $inputQuery, |
228 | 228 | ]; |
229 | 229 | |
230 | - $parameters = array_filter($parameters, static function ($value): bool { |
|
230 | + $parameters = array_filter($parameters, static function($value): bool { |
|
231 | 231 | return null !== $value; |
232 | 232 | }); |
233 | 233 |
@@ -376,7 +376,7 @@ |
||
376 | 376 | $this->newAgentMock |
377 | 377 | ->expects($this->once()) |
378 | 378 | ->method('__call') |
379 | - ->with('newrelic_add_custom_parameter',[ |
|
379 | + ->with('newrelic_add_custom_parameter', [ |
|
380 | 380 | 'SomeParameter', |
381 | 381 | 'test', |
382 | 382 | ]) |