Skip to content

0.21.5: Sort schema files (#45)

Compare
Choose a tag to compare
@wol-soft wol-soft released this 13 Oct 16:00
· 112 commits to master since this release
5cef589
* Sort schema files

This ensures a consistent model generation order as the RecursiveDirectoryIterator might iterate over files without a specific order: https://www.php.net/manual/de/class.recursivedirectoryiterator.php#120971

* $file is not an array anymore