Skip to content

Commit

Permalink
Merge pull request #333 from jolicode/doc-fix-fingerprint
Browse files Browse the repository at this point in the history
Fix fingerprint documentation
  • Loading branch information
lyrixx committed Mar 20, 2024
2 parents 531fc31 + 5e692a0 commit a197514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/going-further/helpers/fingerprint.md
Expand Up @@ -52,6 +52,7 @@ The methods `writeFile()`, `writeWithFinder()` and `writeGlob()` accept a second
parameter `$strategy` to specify on with criteria the hash should be based on.
This parameter is a `Castor\Fingerprint\FileHashStrategy` enum that contains two
values:

- `Content` will make the hash dependent on the file's content
- `MTimes` will make the hash depend on the file's last modification time. This
is the default strategy.
Expand Down

0 comments on commit a197514

Please sign in to comment.