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(doctrine): use null-safe operator when retrieving parameters #6422

Closed
wants to merge 10 commits into from

Conversation

Kyzegs
Copy link
Contributor

@Kyzegs Kyzegs commented Jun 11, 2024

Q A
Branch? 3.4

The $operation argument is nullable, therefore we should always use the null-safe operator when trying to call the getParameters method. It may result in the following error otherwise:

Call to a member function getParameters() on null

@Kyzegs Kyzegs force-pushed the patch-1 branch 2 times, most recently from b07aa03 to 735d8bd Compare June 11, 2024 12:31
@soyuka soyuka changed the base branch from 3.4 to 3.3 June 13, 2024 06:04
@soyuka
Copy link
Member

soyuka commented Jun 13, 2024

thanks rebased at #6423

@soyuka soyuka closed this Jun 13, 2024
@Kyzegs Kyzegs deleted the patch-1 branch June 13, 2024 20:05
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.

5 participants