Fix typo in gen_stub.php

This commit is contained in:
Máté Kocsis 2021-08-30 16:09:02 +02:00
parent 7690fa0bd8
commit a57b713d66
No known key found for this signature in database
GPG key ID: FD055E41728BF310

View file

@ -30,7 +30,7 @@ function processDirectory(string $dir, Context $context): array {
}
}
// Make sure stub files are processed in a predicatable, system-independent order.
// Make sure stub files are processed in a predictable, system-independent order.
sort($pathNames);
$fileInfos = [];