Skip to content

Commit 6075983

Browse files
committed
Fix the file name for INodeVisitorAccess.
1 parent eb51b7e commit 6075983

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/language/node/Node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import { InvalidOperationException } from '@mattacosta/php-common';
2020

2121
import { INode } from './INode';
22-
import { INodeVisitorAccess } from './NodeVisitorAccess';
22+
import { INodeVisitorAccess } from './INodeVisitorAccess';
2323
import { NodeBase } from './NodeBase';
2424
import { NodeFlags } from './NodeFlags';
2525
import { NodeTransform } from './NodeTransform.Generated';

0 commit comments

Comments
 (0)