You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a new feature where the configuration written is sorted by its keys. This is useful in case of large configs so developers can expect where data is located in the file.
This new feature is enabled by default and can be turned off by calling ->setSortingEnabled(false);.
This is a new feature where the configuration written is sorted by its keys. This is useful in case of large configs so developers can expect where data is located in the file.
This new feature is enabled by default and can be turned off by calling
->setSortingEnabled(false);
.Originally posted by @waltertamboer at zfcampus/zf-configuration#33
The text was updated successfully, but these errors were encountered: