Skip to content

Commit 75a7c42

Browse files
Fixed typo in phpdoc
1 parent a909e48 commit 75a7c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Loader/Loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function load(RepositoryInterface $repository, $content)
3737
*
3838
* @throws \Dotenv\Exception\InvalidFileException
3939
*
40-
* @return array<string.string|null>
40+
* @return array<string,string|null>
4141
*/
4242
private static function processEntries(RepositoryInterface $repository, array $entries)
4343
{

0 commit comments

Comments
 (0)