Skip to content

Commit

Permalink
remove deprecated FILE_INFO const attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Nov 6, 2021
1 parent 9381774 commit 8f7fea0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/NodeTypeResolver/Node/AttributeKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 8f7fea0

Please sign in to comment.