Completed
Pull Request — master (#1)
by lee
07:25
created
src/Generics/Logger/ExceptionLoggerTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -20,6 +20,9 @@
 block discarded – undo
20 20
 trait ExceptionLoggerTrait
21 21
 {
22 22
 
23
+    /**
24
+     * @param string $message
25
+     */
23 26
     abstract protected function logImpl($level, $message, array $context = array());
24 27
 
25 28
     /**
Please login to merge, or discard this patch.