1
0
Fork 0
pull/12152/head
Jordi Boggiano 2024-10-04 16:39:31 +02:00
parent b840a06207
commit a67ce984e9
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ class Locker
* *
* This is a risky method, use carefully. * This is a risky method, use carefully.
* *
* @param (callable(array<mixed>): array<mixed>)|null $dataProcessor Receives the lock data and can process it before it gets written to disk * @param (callable(array<string, mixed>): array<string, mixed>)|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 public function updateHash(JsonFile $composerJson, ?callable $dataProcessor = null): void
{ {