| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Remove backward compatibility code and deprecated functionality that was marked for removal in v3.2, including: - Collection: array_is_list check for reindexing items - ProxyTrait: __getParamsMap method for parameter mapping - Coordinator: ResumeExitCoordinatorListener class - SocketIO: Future flag parameter - WebSocket: HandeShakeException typo alias and file
- Add .values() calls where reindexed arrays are expected - Update SORT_LOCALE_STRING expected values to match system behavior
…ity code" This reverts commit 654aa66.
| Back | FazBrowse Home | New Git URL |
Summary
This PR removes backward compatibility code and deprecated functionality that was marked for removal in version 3.2.
Changes
All removed code was properly marked with deprecation notices indicating removal in v3.2.
Test plan