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