From a1a4fae7cb2df8d42f069a5fa08ca9a8886698a5 Mon Sep 17 00:00:00 2001 From: Matt Brown Date: Sun, 24 Jan 2021 14:02:55 -0500 Subject: [PATCH] Fix long line --- src/Psalm/Internal/Codebase/Analyzer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Psalm/Internal/Codebase/Analyzer.php b/src/Psalm/Internal/Codebase/Analyzer.php index 5e4065549..9ac2464c0 100644 --- a/src/Psalm/Internal/Codebase/Analyzer.php +++ b/src/Psalm/Internal/Codebase/Analyzer.php @@ -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 {