From a67ce984e9d833d791a8fb4657b49315bfe61158 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 4 Oct 2024 16:39:31 +0200 Subject: [PATCH] Fix type --- src/Composer/Package/Locker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Package/Locker.php b/src/Composer/Package/Locker.php index 03f598491..160031a30 100644 --- a/src/Composer/Package/Locker.php +++ b/src/Composer/Package/Locker.php @@ -424,7 +424,7 @@ class Locker * * This is a risky method, use carefully. * - * @param (callable(array): array)|null $dataProcessor Receives the lock data and can process it before it gets written to disk + * @param (callable(array): array)|null $dataProcessor Receives the lock data and can process it before it gets written to disk */ public function updateHash(JsonFile $composerJson, ?callable $dataProcessor = null): void {