Closed vjik closed 9 months ago
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ❌ |
Breaks BC? | ❌ |
Enhanced function definition in QueryFunctionsInterface class The 'count()' function in the QueryFunctionsInterface class now has a more specific type associated with it. This promotes increased accuracy during code execution.
Added a code annotation in Query class An annotation - '@psalm-var non-negative-int|string' - has been added in the 'count()' function located in the Query class. Annotations help developers better understand the intended function use and output expectation. In this case, it indicates that the function should return a non-negative integer or a string.
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
4a08ca3
) 99.64% compared to head (134d399
) 99.55%. Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.