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

fixing a fatal error by throwing an exception #70

Conversation

skoop
Copy link
Contributor

@skoop skoop commented Jun 25, 2015

This should fix #69

* @return array
*/
public function getMessages()
{
if (is_null($this->messageStack))
{
Copy link

Choose a reason for hiding this comment

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

Not PSR-2 valid 😱

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops, fixed!

@rick-nu
Copy link

rick-nu commented Jun 27, 2015

This is OK with me to add to version 1 :) 👍

berry-langerak added a commit that referenced this pull request Jun 30, 2015
…alidation

fixing a fatal error by throwing an exception
@berry-langerak berry-langerak merged commit 0c13053 into particle-php:v1.0 Jun 30, 2015
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.

3 participants