Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 38bcdc1

Browse files
committed
Adds description to new closure
1 parent 1172baf commit 38bcdc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/functions/normalize_uploaded_files.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
function normalizeUploadedFiles(array $files)
2626
{
2727
/**
28+
* Traverse a nested tree of uploaded file specifications.
29+
*
2830
* @param string[]|array[] $tmpNameTree
2931
* @param int[]|array[] $sizeTree
3032
* @param int[]|array[] $errorTree

0 commit comments

Comments
 (0)