Skip to content

Conversation

TomasVotruba
Copy link
Member

@TomasVotruba TomasVotruba commented Feb 22, 2021

Closes #5623

@TomasVotruba TomasVotruba merged commit 9514a25 into master Feb 22, 2021
@TomasVotruba TomasVotruba deleted the use-RequireStringArgumentInConstructorRule branch February 22, 2021 21:15
$staticCall = new StaticCall(new FullyQualified(ResolvedConstantStaticCollector::class), 'collect', $args);
$arguments = [$identifierVariable, $resolvedVariable];
$staticCall = $this->nodeFactory->createStaticCall(
ResolvedConstantStaticCollector::class,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually a Rector class, that is always present. It should be used in native way to keep in sync with future renames

TomasVotruba added a commit that referenced this pull request Feb 22, 2024
rectorphp/rector-src@fb312e0 [PHPStanStaticTypeMapper] Avoid double \ prefix on IntersectionTypeMapper (#5656)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants