Completed
Push — try/summarise-warnings ( 1f968c )
by
unknown
61:55 queued 53:40
created
packages/analyzer/src/Warnings/Warning.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -10,6 +10,10 @@
 block discarded – undo
10 10
 	public $message;
11 11
 	public $old_declaration;
12 12
 
13
+	/**
14
+	 * @param string $type
15
+	 * @param string $message
16
+	 */
13 17
 	function __construct( $type, $path, $line, $message, $old_declaration ) {
14 18
 		$this->type = $type;
15 19
 		$this->path = $path;
Please login to merge, or discard this patch.