Completed
Push — try/code-signature-diff ( 76da74...88bced )
by
unknown
261:36 queued 253:34
created
packages/analyzer/src/Invocations.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -33,6 +33,9 @@
 block discarded – undo
33 33
 		}
34 34
 	}
35 35
 
36
+	/**
37
+	 * @param string $root
38
+	 */
36 39
 	public function scan_dir( $root, $exclude = array() ) {
37 40
 
38 41
 		$filter  = function ( $file, $key, $iterator ) use ( $exclude ) {
Please login to merge, or discard this patch.
packages/analyzer/src/PersistentList.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -30,6 +30,7 @@
 block discarded – undo
30 30
 
31 31
 	/**
32 32
 	 * Saves the items to a file and returns the file contents
33
+	 * @param string $file_path
33 34
 	 */
34 35
 	public function save( $file_path ) {
35 36
 		$handle = fopen( $file_path, 'w+');
Please login to merge, or discard this patch.