There is some portions of documentation still in Spanish. Normalization status: - src/ - ├── Collections - [ ] │ ├── CollectionIterator.php - [ ] │ ├── Collection.php - [ ] │ ├── ICollection.php - [ ] │ └── IList.php - ├── Extensions - [x] │ ├── Arrays.php - [x] │ ├── MethodExtension.php - [x] │ ├── Numbers.php - [x] │ ├── Objects.php - [x] │ ├── PropertyExtension.php - [x] │ └── Text.php - [x] ├── constants.php - [ ] ├── functions.php - [x] ├── IComparable.php - [x] ├── IComparer.php - [x] ├── IConvertibleToJson.php - [x] ├── IConvertibleToString.php - [x] ├── ICustomPrefixedPropertiesContainer.php - [x] ├── IEquatable.php - [x] ├── IMagicPropertiesContainer.php - [ ] ├── IntString.php - [x] ├── IStrictPropertiesContainer.php - [x] ├── PropertiesHandler.php - [ ] ├── StrictObject.php - [x] ├── Type.php - [ ] ├── VersionComponent.php - [ ] └── Version.php
There is some portions of documentation still in Spanish.
Normalization status: