Completed
Branch master (edbef7)
by Alex
01:56
created
src/Agent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -321,7 +321,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
src/Provider/Pimple/AgentProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.