Completed
Push — try/code-signature-diff ( b0566b...70fa0d )
by
unknown
23:17 queued 09:18
created
packages/analyzer/src/PersistentList.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -31,6 +31,7 @@
 block discarded – undo
31 31
 
32 32
 	/**
33 33
 	 * Saves the items to a file and returns the file contents
34
+	 * @param string $file_path
34 35
 	 */
35 36
 	public function save( $file_path ) {
36 37
 		$handle = fopen( $file_path, 'w+' );
Please login to merge, or discard this patch.