Completed
Push — try/code-signature-diff ( 2d24ed...5d4d06 )
by
unknown
121:31 queued 111:30
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 ) {
54 57
 		$this->current_path    = $file_path;
55 58
 		$current_relative_path = str_replace( $this->base_path, '', $file_path );
Please login to merge, or discard this patch.
packages/analyzer/src/Invocations/Visitor.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@
 block discarded – undo
8 8
 class Visitor extends NodeVisitorAbstract {
9 9
 	public $analyzer;
10 10
 
11
+	/**
12
+	 * @param \Automattic\Jetpack\Analyzer\Declaration_Differences $analyzer
13
+	 */
11 14
 	public function __construct( $analyzer ) {
12 15
 		$this->analyzer = $analyzer;
13 16
 	}
Please login to merge, or discard this patch.