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 default values via reflection for LoggerInterface (PHP 8 only) #79

Merged
merged 2 commits into from
Nov 6, 2020

Conversation

jbboehr
Copy link
Owner

@jbboehr jbboehr commented Nov 5, 2020

Using ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE

See #78

Using ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE

See #78
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 68663e1 on gh-78 into 5be3030 on master.

@coveralls
Copy link

coveralls commented Nov 5, 2020

Coverage Status

Coverage remained the same at 100.0% when pulling 8107b6a on gh-78 into 99620d4 on master.

bool(true)
array(0) {
}
--XFAIL--

Choose a reason for hiding this comment

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

Copy link
Owner Author

Choose a reason for hiding this comment

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

This test is meant as documentation that the behaviour for the extension under PHP 7 isn't perfectly correct, so I think XFAIL is appropriate in this case.

@jbboehr jbboehr merged commit 488650f into master Nov 6, 2020
@jbboehr jbboehr deleted the gh-78 branch November 6, 2020 03:14
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