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
bug #4 fix generics templates (bendavies)
This PR was squashed before being merged into the main branch.
Discussion
----------
fix generics templates
This PR fixes the templates for `MicroMapperInterface` and `MapperInterface`.
regression tests have been added.
as an aside, is the `$toClass` param in `MapperInterface::populate(...)` redundant?
It seems we will only ever have concrete implementations here and will just new up a new class, which will match the class provided in the `AsMapper` attribute.
Commits
-------
15781f2 fix generics templates
bug #2 Making sure the object hashes are always clean (weaverryan)
This PR was merged into the main branch.
Discussion
----------
Making sure the object hashes are always clean
Commits
-------
e636706 Making sure the object hashes are always clean
minor #1 Adding phpdoc generics for the interfaces (weaverryan)
This PR was squashed before being merged into the main branch.
Discussion
----------
Adding phpdoc generics for the interfaces
Commits
-------
2ac9fe0 Adding phpdoc generics for the interfaces
feature #1 Adding phpdoc generics for the interfaces (weaverryan)
This PR was squashed before being merged into the main branch.
Discussion
----------
Adding phpdoc generics for the interfaces
Commits
-------
1259978 Adding phpdoc generics for the interfaces