From 8f7fea0925cc00d35b1607122b8719f8d7597007 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sat, 6 Nov 2021 17:03:07 +0100 Subject: [PATCH] remove deprecated FILE_INFO const attribute --- packages/NodeTypeResolver/Node/AttributeKey.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/NodeTypeResolver/Node/AttributeKey.php b/packages/NodeTypeResolver/Node/AttributeKey.php index bfd317686e3..0311f779777 100644 --- a/packages/NodeTypeResolver/Node/AttributeKey.php +++ b/packages/NodeTypeResolver/Node/AttributeKey.php @@ -126,12 +126,6 @@ final class AttributeKey */ public const CURRENT_STATEMENT = 'currentExpression'; - /** - * @deprecated Use File object instead, e.g. via CurrentFileProvider - * @var string - */ - public const FILE_INFO = SmartFileInfo::class; - /** * Internal php-parser name. * Do not change this even if you want!