Passed
Push — master ( d789d7...5ab264 )
by Joe
02:33
created
src/Cloudlinux.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -108,6 +108,9 @@
 block discarded – undo
108 108
 		return $ret;
109 109
 	}
110 110
 
111
+	/**
112
+	 * @param string $level
113
+	 */
111 114
 	public function log($level, $text, $line = '', $file = '') {
112 115
 		if (function_exists('myadmin_log'))
113 116
 			myadmin_log('cloudlinux', $level, $text, $line, $file);
Please login to merge, or discard this patch.