Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PHPStan Reflection break from 0.12.26 #3628

Merged
merged 7 commits into from
Jul 1, 2020
Merged

Conversation

TomasVotruba
Copy link
Member

No description provided.

@TomasVotruba TomasVotruba force-pushed the fix-phpstan-reflection branch from 7c1b52d to 9fd8318 Compare July 1, 2020 21:05
@@ -35,6 +35,7 @@ public function loadStubs(): void
$robotLoader->addDirectory($stubDirectory);
$robotLoader->setTempDirectory(sys_get_temp_dir() . '/_rector_stubs');
$robotLoader->register();
$robotLoader->refresh();
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 the saving line 🥳

@kodiakhq kodiakhq bot merged commit 2b24acb into master Jul 1, 2020
@kodiakhq kodiakhq bot deleted the fix-phpstan-reflection branch July 1, 2020 21:39
TomasVotruba added a commit that referenced this pull request Apr 18, 2023
rectorphp/rector-src@14cc7d4 [TypeDeclaration] Allow multiple declare on DeclareStrictTypesRector (#3628)
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.

1 participant