@@ -321,7 +321,7 @@ |
||
321 | 321 | * |
322 | 322 | * @link https://docs.newrelic.com/docs/agents/php-agent/configuration/php-agent-api#api-set-appname |
323 | 323 | * |
324 | - * @param string|array $name |
|
324 | + * @param string $name |
|
325 | 325 | * @param string $license |
326 | 326 | * @param bool $xmit |
327 | 327 | * |
@@ -27,7 +27,7 @@ |
||
27 | 27 | */ |
28 | 28 | public function register(Container $pimple) |
29 | 29 | { |
30 | - $pimple['newrelic'] = function () { |
|
30 | + $pimple['newrelic'] = function() { |
|
31 | 31 | return new Agent(); |
32 | 32 | }; |
33 | 33 | } |