Completed
Push — master ( d39756...dddd84 )
by Chad
01:13
created
tests/NewRelicLoggerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -95,6 +95,9 @@
 block discarded – undo
95 95
         $logger->log(LogLevel::EMERGENCY, 'an error message', ['exception' => $error]);
96 96
     }
97 97
 
98
+    /**
99
+     * @return \SobanVuex\NewRelic\Agent
100
+     */
98 101
     private function getNewRelicAgentMock(
99 102
         string $level,
100 103
         string $message,
Please login to merge, or discard this patch.