From bb1958acd518b02531397b7aec28ca574a54e143 Mon Sep 17 00:00:00 2001 From: Martin Herndl Date: Fri, 2 Dec 2022 20:08:33 +0100 Subject: [PATCH] Remove empty phpdoc line who knows, maybe this changes something for rector.. --- src/Analyser/LazyInternalScopeFactory.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Analyser/LazyInternalScopeFactory.php b/src/Analyser/LazyInternalScopeFactory.php index f838208d60..c4307ec820 100644 --- a/src/Analyser/LazyInternalScopeFactory.php +++ b/src/Analyser/LazyInternalScopeFactory.php @@ -41,7 +41,6 @@ public function __construct( * @param array $currentlyAssignedExpressions * @param array $currentlyAllowedUndefinedExpressions * @param array<(FunctionReflection|MethodReflection)> $inFunctionCallsStack - * */ public function create( ScopeContext $context,