Page MenuHomePhorge

D25813.1736914361.diff
No OneTemporary

D25813.1736914361.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, 04:12 (6 d, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113941
Default Alt Text
D25813.1736914361.diff (399 B)

Event Timeline