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

Removed unneeded doc block. (bunq/sdk_php#80) #110

Merged
merged 1 commit into from
Feb 15, 2018

Conversation

OGKevin
Copy link
Contributor

@OGKevin OGKevin commented Feb 1, 2018

This PR closes/fixes the following issues:

@OGKevin OGKevin added this to the 0.12.5 milestone Feb 1, 2018
@OGKevin OGKevin self-assigned this Feb 1, 2018
Copy link
Contributor

@sandervdo sandervdo left a comment

Choose a reason for hiding this comment

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

Small comment, otherwise LGTM.

if (!is_null($this->bunqMeTabId)) {
return false;
}

Copy link
Contributor

Choose a reason for hiding this comment

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

You can make this one if/elseif/else.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thats hard to generate as it requires some good logic to know when to stop the else if chain and do else. This was a fast and easy solution. Will keep this as �improvement.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah right,.. it is generated code. 😅 Would be better to review the generator and have proper tests for it than reviewing the generated code itself imho.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The generator is ofc also review 😝 but its not open source 😉

@OGKevin OGKevin assigned andrederoos and unassigned sandervdo Feb 2, 2018
@andrederoos andrederoos merged commit 4583eec into develop Feb 15, 2018
@andrederoos andrederoos deleted the bunq/sdk_php#80_remove_unneeded_doc_blcok branch February 15, 2018 17:17
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.

TokenQrRequestIdeal returns the wrong type
3 participants