mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix typo in gen_stub.php
This commit is contained in:
parent
7690fa0bd8
commit
a57b713d66
1 changed files with 1 additions and 1 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue