Completed
Push — master ( d1d02b...e3e5bf )
by Maik
02:45
created
src/Generics/Logger/ExceptionLoggerTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -16,6 +16,9 @@
 block discarded – undo
16 16
  */
17 17
 trait ExceptionLoggerTrait
18 18
 {
19
+	/**
20
+	 * @param string $message
21
+	 */
19 22
 	abstract protected function logImpl($level, $message, array $context = array());
20 23
 
21 24
     /**
Please login to merge, or discard this patch.