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

[BUGFIX] Avoid count() when checking types with "[]" notation #245

Merged
merged 1 commit into from
Dec 19, 2016

Conversation

NamelessCoder
Copy link
Member

This prevents calling count() on argument to check validity
of first item. Cases where first value is "null" now means
that the value itself is valid (e.g. container is empty).

This prevents calling count() on argument to check validity
of first item. Cases where first value is "null" now means
that the value itself is valid (e.g. container is empty).

Close: TYPO3#242
@mneuhaus mneuhaus merged commit af69261 into TYPO3:master Dec 19, 2016
@NamelessCoder NamelessCoder deleted the typecheckperf branch December 19, 2016 17:03
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

2 participants