Completed
Push — develop ( c94dac...b0240c )
by Simon
03:03
created
src/GenericLoggerFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -146,6 +146,9 @@
 block discarded – undo
146 146
 
147 147
 	}
148 148
 
149
+	/**
150
+	 * @param string $type
151
+	 */
149 152
 	protected function createLogger( $type, $arg1 = null, $arg2 = null, $arg3 = null ) {
150 153
 
151 154
 		// check the class exists before we try and use it
Please login to merge, or discard this patch.