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

Fix undefined properties while retrieving message overview #22

Closed
wants to merge 3 commits into from
Closed

Fix undefined properties while retrieving message overview #22

wants to merge 3 commits into from

Conversation

QuingKhaos
Copy link
Contributor

should fix issue #21

@QuingKhaos
Copy link
Contributor Author

@tedivm Any thoughts on this PR?

@tedivm
Copy link
Member

tedivm commented Aug 8, 2013

Sorry, I've been traveling for work. I really won't have a chance to look this over until next week, but I will then.

@QuingKhaos
Copy link
Contributor Author

Oh, sorry, didn't want to interrupt ;)

@tedivm
Copy link
Member

tedivm commented Aug 8, 2013

No worries, I just wanted to make sure you knew I wasn't ignoring you.

@gries
Copy link
Contributor

gries commented Aug 21, 2013

wouldn't a property_exists(); be more accurate then isset() ? isset() returns false if the property is null.

@QuingKhaos
Copy link
Contributor Author

IMHO it's wayne. isset() return false on null and null is set.

@QuingKhaos
Copy link
Contributor Author

But I'm thinking about, to do this sanity check already in the getOverview() method, so every call to this method get all properties either with the values or filled with null.

@tedivm what do you think about it?

@QuingKhaos
Copy link
Contributor Author

closed in favour of new test suite, their changes and possible code breaks.

@QuingKhaos QuingKhaos closed this Jan 19, 2014
@QuingKhaos QuingKhaos deleted the fix/gh-21 branch January 19, 2014 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants