Page MenuHomePhorge

D25813.1736968257.diff
No OneTemporary

D25813.1736968257.diff

diff --git a/src/utils/utils.php b/src/utils/utils.php
--- a/src/utils/utils.php
+++ b/src/utils/utils.php
@@ -960,7 +960,7 @@
* @param list $list (optional) List of scalars.
* @return dict Dictionary with inputs mapped to themselves.
*/
-function array_fuse(array $list = null) {
+function array_fuse(?array $list = null) {
if ($list) {
return array_combine($list, $list);
}

File Metadata

Mime Type
text/plain
Expires
Wed, Jan 15, 19:10 (5 d, 15 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113941
Default Alt Text
D25813.1736968257.diff (399 B)

Event Timeline