-
Notifications
You must be signed in to change notification settings - Fork 50
Cleanup #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup #65
Conversation
@@ -37,7 +37,6 @@ public function find($type) | |||
{ | |||
$class = $this->findOneByType($type); | |||
|
|||
// TODO: use doctrine instantiator? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not believe it is a good idea to instanciate a factory class without calling its constructor. Our DiactorosMessageFactory
will not work unless its constructor is used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree, remove that comment
Added a few more things to #64 |
Added changelog |
👍 |
I added a few things as well. Can you please squash commits? Call it something like Prepare stable release. Thank you. |
Squashed! |
Thanks |
Cleanup before stable release
This will address some of the changes in #64