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

[WIP] Fixing minor issues #263

Closed
wants to merge 6 commits into from
Closed

[WIP] Fixing minor issues #263

wants to merge 6 commits into from

Conversation

jakobsack
Copy link
Contributor

This PR fixes some minor issues I found so far in the Sabre::VObject library.

@@ -116,7 +116,7 @@ function($jComp) use ($self) {
return $this->root->createComponent(
$jComp[0],
array_merge($properties, $components),
$defaults = false
false
Copy link
Member

Choose a reason for hiding this comment

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

I kind of like the extra $defaults. It doesn't do anything here, but it's a way to make a boolean flag self-documenting. Alternatively this could be replaced by a simple PHP comment.

@evert
Copy link
Member

evert commented Nov 11, 2015

Really great 👍

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.

2 participants