Skip to content

Fix expression warnings and break warnings #5675

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

Closed
wants to merge 1 commit into from

Conversation

twose
Copy link
Member

@twose twose commented Jun 7, 2020

No description provided.

@@ -903,6 +903,7 @@ static int php_stdiop_set_option(php_stream *stream, int option, int value, void
#endif
}
}
return PHP_STREAM_OPTION_RETURN_NOTIMPL;
Copy link
Member

Choose a reason for hiding this comment

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

Space indent snuck in here.

Copy link
Member Author

Choose a reason for hiding this comment

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

Space indent snuck in here.

sorry, I will pay attention to the indentation next time

@@ -449,12 +449,11 @@ static int php_sockop_set_option(php_stream *stream, int option, int value, void
#endif

default:
return PHP_STREAM_OPTION_RETURN_NOTIMPL;
break;
Copy link
Member

Choose a reason for hiding this comment

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

Also space indentation.

@php-pulls php-pulls closed this in 7d6a0ba Jun 7, 2020
@twose twose deleted the improvement branch June 7, 2020 09:43
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