Skip to content

Commit 4a87819

Browse files
committed
updated type checking for file reader interface
1 parent a78fb90 commit 4a87819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FileReaderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
interface FileReaderInterface
66
{
77
/**
8-
* @return array<string,string>
8+
* @return array<mixed,mixed>
99
*/
1010
public function readFile(string $filename): array;
1111
}

0 commit comments

Comments
 (0)