Skip to content

Commit

Permalink
Add missing type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Aug 22, 2020
1 parent e1526f5 commit 1615507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Seld/JsonLint/DuplicateKeyException.php
Expand Up @@ -15,6 +15,7 @@ class DuplicateKeyException extends ParsingException
{
/**
* @param string $message
* @param string $key
* @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
*/
public function __construct($message, $key, array $details = array())
Expand Down

0 comments on commit 1615507

Please sign in to comment.