Completed
Push — try/sync-backups ( f379e6 )
by
unknown
13:32 queued 04:30
created
sync/class.jetpack-sync-files.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -227,6 +227,7 @@
 block discarded – undo
227 227
 	 * It includes the full path in the hash, minus ABSPATH, since the same file often ends up
228 228
 	 * in different parts of the tree.
229 229
 	 * TODO: test and account for 32 bit precision http://php.net/manual/en/function.filesize.php#121406
230
+	 * @param string $fullpath
230 231
 	 */
231 232
 	private function get_file_hash( $fullpath ) {
232 233
 		$filehandle = fopen( $fullpath, 'r' );
Please login to merge, or discard this patch.