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 Hidden fields triggering error when using getSingleScalarResult() #8340

Prev Previous commit
Next Next commit
Fix Coding Standards (7.4) #2
  • Loading branch information
Mediagone committed Nov 13, 2020
commit d0214fee1a422a5e2b891ffe314779784099b45e
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
use function count;
use function key;


/**
* Hydrator that hydrates a single scalar value from the result set.
*
Expand Down