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
Not using _type to store class type (as _type is already deprecated in ES and will be removed soon) (#33)
* Added feature: optionally use the type field or a payload field to store the class mapping
* Updating PR based on comments.
- BC is not needed so cleaning up flags.
- Adding tests for trying to insert 2 different classes in the same repository.
- Adapting the code to the php_cs_fixer requirements
* Updating PR based on comments.
- BC is not needed so cleaning up flags.
- Adding tests for trying to insert 2 different classes in the same repository.
- Adapting the code to the php_cs_fixer requirements
* Updating PR based on comments.
- Renamed test methods to snake case
- Removed a couple of variables not needed
- Added conf in phpcs to enable snake case
* Adding missing case with not needed params variable
* Added custom exception and trying to simplify the save method
* Adding newline at the end of the file
0 commit comments