@@ -227,6 +227,7 @@ |
||
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' ); |