Completed
Push — try/code-signature-diff ( 59dd1a...4588a9 )
by
unknown
138:06 queued 128:56
created
packages/analyzer/src/Analyzer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -50,6 +50,9 @@
 block discarded – undo
50 50
 		return $declarations;
51 51
 	}
52 52
 
53
+	/**
54
+	 * @param Declarations $declarations
55
+	 */
53 56
 	public function file( $file_path, $declarations = null ) {
54 57
 		if ( ! $declarations ) {
55 58
 			$declarations = new Declarations();
Please login to merge, or discard this patch.