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

Selection::getPreviousAccessedColumns must return array or null [Closes #160] #161

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hranicka
Copy link
Contributor

@hranicka hranicka commented Feb 2, 2017

  • bug fix? yes
  • new feature? no
  • BC break? no

Just fixed annotation + array return typehint for Selection::getPreviousAccessedColumns.

Fixes #160

@dg
Copy link
Member

dg commented Feb 2, 2017

What about change FALSE to NULL via return array_keys(array_filter((array) $this->previousAccessedColumns)) ?: NULL? It will be consistent with other similar changes in framework.

@hranicka
Copy link
Contributor Author

hranicka commented Feb 2, 2017

@dg Right, it's fine. I've changed it, master :-)

@hranicka hranicka changed the title Selection::getPreviousAccessedColumns must return array [Closes #160] Selection::getPreviousAccessedColumns must return array or null [Closes #160] Feb 2, 2017
@hranicka
Copy link
Contributor Author

hranicka commented Feb 2, 2017

Now, tests are failing. Previous changes (return an empty array instead of FALSE) were OK: https://travis-ci.org/nette/database/builds/197590334

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.

Selection::getPreviousAccessedColumns invalid return annotation
2 participants