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

Correction the function getComposerInformation in SvnDriver.php. #10681

Merged
merged 1 commit into from Mar 31, 2022

Conversation

nargil07
Copy link
Contributor

Sometimes the getBaseComposerInformation had an exception so we write in the cache a string value but the funtion want to return null or Array value.
Now we write a empty string value if it happened

Bug in the 2.3
It's the fix about the issues 10680

Sometimes the getBaseComposerInformation had an exception so we write in the cache a string value but the funtion want to return null or Array value.
Now we write a empty string value if it happened
@Seldaek
Copy link
Member

Seldaek commented Mar 31, 2022

Thanks

@Seldaek Seldaek added this to the 2.3 milestone Mar 31, 2022
@Seldaek Seldaek added the Bug label Mar 31, 2022
@Seldaek
Copy link
Member

Seldaek commented Mar 31, 2022

I had a closer look and in fact this should have been null all along. Tweaked further in 29513c1

@nargil07
Copy link
Contributor Author

I guessed that but i had no Time to be sure !
Thanks for all of it !
☺️

emahorvat52 pushed a commit to emahorvat52/composer that referenced this pull request Feb 3, 2023
…poser#10681)

Sometimes the getBaseComposerInformation had an exception so we write in the cache a string value but the funtion want to return null or Array value.
Now we write a empty string value if it happened
emahorvat52 pushed a commit to emahorvat52/composer that referenced this pull request Feb 3, 2023
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.

None yet

2 participants