Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2684079
D25228.1734696095.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
374 B
Referenced Files
None
Subscribers
None
D25228.1734696095.diff
View Options
diff --git a/src/utils/utils.php b/src/utils/utils.php
--- a/src/utils/utils.php
+++ b/src/utils/utils.php
@@ -954,7 +954,7 @@
* @param list List of scalars.
* @return dict Dictionary with inputs mapped to themselves.
*/
-function array_fuse(array $list) {
+function array_fuse(array $list = null) {
if ($list) {
return array_combine($list, $list);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 12:01 (20 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1017496
Default Alt Text
D25228.1734696095.diff (374 B)
Attached To
Mode
D25228: Fix PHP 8.1 exception in Conduit: Make "array_fuse(array $list)" accept null as parameter
Attached
Detach File
Event Timeline
Log In to Comment