Skip to content
Snippets Groups Projects
Verified Commit dbbed562 authored by Jiří Pudil's avatar Jiří Pudil
Browse files

relax type of byValues()

parent 60583442
No related branches found
No related tags found
No related merge requests found
Pipeline #48905 passed
......@@ -46,7 +46,7 @@ abstract class ExpressionWithShorthands implements Expression
}
/**
* @param list<ValueType> $values
* @param array<ValueType> $values
*/
public function byValues(array $values): OrderBy
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment