neos / rector

Neos Rector Recipes for code migrations
6 stars 4 forks source link

TASK: Migrate `${node.nodeType.name}` and `${node.nodeType}` #73

Closed mhsdesign closed 2 months ago

mhsdesign commented 2 months ago

Solves partially https://github.com/neos/rector/issues/57

Also migrates q(node).property('_nodeType.name') as we actually used the syntax once as well: https://github.com/neos/neos-development-collection/pull/3641