Skip to content

Commit 1615507

Browse files
authored
Add missing type hint
1 parent e1526f5 commit 1615507

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Seld/JsonLint/DuplicateKeyException.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class DuplicateKeyException extends ParsingException
1515
{
1616
/**
1717
* @param string $message
18+
* @param string $key
1819
* @psalm-param array{text?: string, token?: string, line?: int, loc?: array{first_line: int, first_column: int, last_line: int, last_column: int}, expected?: string[]} $details
1920
*/
2021
public function __construct($message, $key, array $details = array())

0 commit comments

Comments
 (0)