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 {