Completed
Push — try/code-signature-diff ( 5a9acd...c1d5fe )
by
unknown
07:54
created
packages/analyzer/src/Analyzer.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -49,6 +49,7 @@  discard block
 block discarded – undo
49 49
 
50 50
 	/**
51 51
 	 * Saves the declarations to a file and returns the file contents
52
+	 * @param string $file_path
52 53
 	 */
53 54
 	public function save_declarations( $file_path ) {
54 55
 		$handle = fopen( $file_path, 'r+');
@@ -239,6 +240,9 @@  discard block
 block discarded – undo
239 240
 class Invocation_Finder extends NodeVisitorAbstract {
240 241
 	public $analyzer;
241 242
 
243
+	/**
244
+	 * @param Analyzer $analyzer
245
+	 */
242 246
 	public function __construct( $analyzer ) {
243 247
 		$this->analyzer = $analyzer;
244 248
 	}
Please login to merge, or discard this patch.