Skip to content
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

Introducing a configuration object #74

Merged
merged 2 commits into from
May 24, 2016
Merged

Conversation

lcobucci
Copy link
Owner

Anything else @Ocramius?

@lcobucci lcobucci added this to the 4.0.0 milestone Feb 23, 2016
private function getEncoder(): Parsing\Encoder
{
if ($this->encoder === null) {
$this->encoder = new Parsing\Parser();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo Parsing\Encoder?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just saw that Parser implements Encoder, sorry

@lcobucci lcobucci changed the title [WIP] Introducing a configuration object Introducing a configuration object Apr 16, 2016
/**
* @var Parser
*/
private $parser;
Copy link
Sponsor Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These values are potentially also |null

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indeed

@lcobucci lcobucci force-pushed the feature/config-object branch 2 times, most recently from 84b002e to c7d226e Compare May 24, 2016 20:29
@lcobucci lcobucci merged commit 76f4c67 into master May 24, 2016
@lcobucci lcobucci deleted the feature/config-object branch May 24, 2016 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants