Skip to content

Commit

Permalink
fix: error Psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Sep 6, 2024
1 parent ca3ec03 commit b128d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/HTTP/Files/FileCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ protected function createFileObject(array $array)
* Thanks to Jack Sleight on the PHP Manual page for the basis
* of this method.
*
* @param array<string, array<string, int|string>> $data
* @param array<string, array<string, int|list<string>|string>> $data
*
* @return array<string, mixed>
*
Expand Down

0 comments on commit b128d9e

Please sign in to comment.