projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d1353a
)
Remove unnecessary pass-by-ref
author
Eileen McNaughton
<emcnaughton@wikimedia.org>
Mon, 2 Jan 2023 06:02:44 +0000
(19:02 +1300)
committer
Eileen McNaughton
<emcnaughton@wikimedia.org>
Mon, 2 Jan 2023 06:02:44 +0000
(19:02 +1300)
CRM/Utils/Sort.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Sort.php
b/CRM/Utils/Sort.php
index 691aef877fab4ce719ae3defa1b1899219dbfb68..617e4c33e16c6ed7059da97e84604f681c2c1fc9 100644
(file)
--- a/
CRM/Utils/Sort.php
+++ b/
CRM/Utils/Sort.php
@@
-99,7
+99,7
@@
class CRM_Utils_Sort {
*
* @return \CRM_Utils_Sort
*/
- public function __construct(
&
$vars, $defaultSortOrder = NULL) {
+ public function __construct($vars, $defaultSortOrder = NULL) {
$this->_vars = [];
$this->_response = [];