We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1526f5 commit 1615507Copy full SHA for 1615507
src/Seld/JsonLint/DuplicateKeyException.php
@@ -15,6 +15,7 @@ class DuplicateKeyException extends ParsingException
15
{
16
/**
17
* @param string $message
18
+ * @param string $key
19
* @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
20
*/
21
public function __construct($message, $key, array $details = array())
0 commit comments