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 failing CI checks #2462

Merged
merged 5 commits into from
Sep 20, 2022
Merged

Fix failing CI checks #2462

merged 5 commits into from
Sep 20, 2022

Conversation

malarzm
Copy link
Member

@malarzm malarzm commented Sep 19, 2022

Follow up to #2452

@malarzm malarzm changed the title Fix coding standard violations Fix failing CI checks Sep 19, 2022
@malarzm malarzm added this to the 2.4.3 milestone Sep 19, 2022
@malarzm malarzm added the Task label Sep 19, 2022
@@ -621,13 +621,15 @@ public function getReference(string $documentName, $identifier): object
/** @psalm-var ClassMetadata<T> $class */
$class = $this->metadataFactory->getMetadataFor(ltrim($documentName, '\\'));
assert($class instanceof ClassMetadata);
/** @psalm-var T|false $document */
Copy link
Member Author

@malarzm malarzm Sep 20, 2022

Choose a reason for hiding this comment

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

Some of the changes I had to do look like a bug in Psalm. I'll try to pin them down in the meantime, figured green CI is more important

@malarzm malarzm merged commit 8e048f8 into doctrine:2.4.x Sep 20, 2022
@malarzm malarzm deleted the fix-failing-jobs branch September 20, 2022 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants