Completed
Push — try/code-signature-diff ( 01fa4f...e17e35 )
by
unknown
11:15 queued 03:03
created
packages/analyzer/src/Warnings/Warning.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -9,6 +9,10 @@
 block discarded – undo
9 9
 	public $line;
10 10
 	public $message;
11 11
 
12
+	/**
13
+	 * @param string $type
14
+	 * @param string $message
15
+	 */
12 16
 	function __construct( $type, $path, $line, $message ) {
13 17
 		$this->type = $type;
14 18
 		$this->path = $path;
Please login to merge, or discard this patch.