Completed
Push — try/code-signature-diff ( 529505...b0bfae )
by
unknown
08:03
created
packages/analyzer/src/Analyzer.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -46,6 +46,7 @@
 block discarded – undo
46 46
 
47 47
 	/**
48 48
 	 * Saves the declarations to a file and returns the file contents
49
+	 * @param string $file_path
49 50
 	 */
50 51
 	public function save_declarations( $file_path ) {
51 52
 		$handle = fopen( $file_path, 'r+');
Please login to merge, or discard this patch.