Completed
Branch master (5ab264)
by Joe
04:59 queued 02:28
created
src/Cloudlinux.php 2 patches
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,8 +28,7 @@
 block discarded – undo
28 28
  *
29 29
  * @access public
30 30
  */
31
-class Cloudlinux
32
-{
31
+class Cloudlinux {
33 32
 	private $login = '';
34 33
 	private $key = '';
35 34
 	public $prefix = 'registration.';
Please login to merge, or discard this 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.