Completed
Push — try/code-signature-diff ( d519f8...76da74 )
by
unknown
270:19 queued 262:09
created
packages/analyzer/src/Declarations.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -33,6 +33,9 @@
 block discarded – undo
33 33
 		}
34 34
 	}
35 35
 
36
+	/**
37
+	 * @param string $root
38
+	 */
36 39
 	public function scan_dir( $root, $exclude = array() ) {
37 40
 
38 41
 		$filter  = function ( $file, $key, $iterator ) use ( $exclude ) {
Please login to merge, or discard this patch.