mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Fix long line
This commit is contained in:
parent
9292316073
commit
a1a4fae7cb
@ -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
|
public function addNodeReference(string $file_path, PhpParser\Node $node, string $reference): void
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user