1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00

Fix long line

This commit is contained in:
Matt Brown 2021-01-24 14:02:55 -05:00 committed by Daniil Gentili
parent 9292316073
commit a1a4fae7cb
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -1173,7 +1173,8 @@ class Analyzer
}
/**
* @param string $reference The symbol name for the reference. Prepend with an asterisk (*) to signify a reference that doesn't exist.
* @param string $reference The symbol name for the reference.
* Prepend with an asterisk (*) to signify a reference that doesn't exist.
*/
public function addNodeReference(string $file_path, PhpParser\Node $node, string $reference): void
{