We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d2b66 commit f59ed63Copy full SHA for f59ed63
generator/src/FileCreator.php
@@ -87,6 +87,7 @@ private function getFunctionsNameList(array $functions): array
87
}, $functions);
88
$specialCases = require __DIR__.'/../config/specialCasesFunctions.php';
89
$functionNames = array_merge($functionNames, $specialCases);
90
+ natcasesort($functionNames);
91
$excludeCases = require __DIR__.'/../config/ignoredFunctions.php';
92
return array_diff($functionNames, $excludeCases);
93
}
0 commit comments