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

NFR #1171 Adding code support validation messages #1178

Merged
merged 9 commits into from
Sep 1, 2013
Merged

NFR #1171 Adding code support validation messages #1178

merged 9 commits into from
Sep 1, 2013

Conversation

viktoras25
Copy link
Contributor

No description provided.

@viktoras25
Copy link
Contributor Author

Alright, I think I've done what I was going to do. Can anyone please review and show me my mistakes?

@@ -153,7 +153,21 @@

PHALCON_INIT_VAR(type);
ZVAL_STRING(type, "Exclusion", 1);
phalcon_call_method_p3_noret(this_ptr, "appendmessage", message, field_name, type);

// Is code set
Copy link

Choose a reason for hiding this comment

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

Please use /* ... */ comments to make sure that the code can be compiled by a C89 compiler; // is an extension which is not supported by all compilers

@ghost
Copy link

ghost commented Aug 31, 2013

Looks good to me, well done!

@viktoras25
Copy link
Contributor Author

Thank you, fixed

phalcon pushed a commit that referenced this pull request Sep 1, 2013
NFR #1171 Adding code support validation messages
@phalcon phalcon merged commit 529aab8 into phalcon:1.3.0 Sep 1, 2013
@phalcon
Copy link
Collaborator

phalcon commented Sep 1, 2013

Thanks

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.

2 participants