Passed
Branch master (3160dc)
by Chad
07:22
created
tests/MongoLoggerTest.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -180,6 +180,11 @@
 block discarded – undo
180 180
         );
181 181
     }
182 182
 
183
+    /**
184
+     * @param string $message
185
+     *
186
+     * @return \MongoDB\Collection
187
+     */
183 188
     private function getMongoCollectionMockWithAsserts($level, $message, $extra, $exception)
184 189
     {
185 190
         $test = $this;
Please login to merge, or discard this patch.