Skip to content

Commit fc972d5

Browse files
committed
Annotate array types
1 parent b9df42b commit fc972d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/framework/src/Console/Helpers/ViewPublishGroup.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ public function publishableFilesMap(): array
6060
])->all();
6161
}
6262

63+
/**
64+
* @param array<string, string> $array
65+
* @return list<string>
66+
*/
6367
protected static function keyedArrayToTuple(array $array): array
6468
{
6569
return [key($array), current($array)];

0 commit comments

Comments
 (0)