From 5e692a012fad9d98e07d650e6b6f9ba428153525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFck=20Piera?= Date: Wed, 20 Mar 2024 14:42:36 +0100 Subject: [PATCH] Fix fingerprint documentation --- doc/going-further/helpers/fingerprint.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/going-further/helpers/fingerprint.md b/doc/going-further/helpers/fingerprint.md index f7056a49..b3639281 100644 --- a/doc/going-further/helpers/fingerprint.md +++ b/doc/going-further/helpers/fingerprint.md @@ -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.