Skip to content
Snippets Groups Projects
Verified Commit d5deca47 authored by Dave Long's avatar Dave Long
Browse files

Issue #3453068 by kalpanajaiswal, BenStallings: Sort::fields property is...

Issue #3453068 by kalpanajaiswal, BenStallings: Sort::fields property is incorrectly defined as a string

(cherry picked from commit 9f6143c1)
parent 2d0757fd
Branches
Tags
4 merge requests!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #209335 failed
......@@ -47,7 +47,7 @@ class Sort {
/**
* The fields on which to sort.
*
* @var string
* @var array
*/
protected $fields;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment