Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

[Cleaning] Get rid of nullable parameters #2977

Merged
merged 14 commits into from
Feb 21, 2021
Merged

Conversation

TomasVotruba
Copy link
Member

@TomasVotruba TomasVotruba commented Feb 20, 2021

@TomasVotruba TomasVotruba changed the title tv non nullable Get rid of nullable parameters Feb 20, 2021
@TomasVotruba TomasVotruba force-pushed the tv-non-nullable branch 9 times, most recently from 7a7ff29 to 6381098 Compare February 20, 2021 18:17
@TomasVotruba TomasVotruba changed the title Get rid of nullable parameters [Cleaning] Get rid of nullable parameters Feb 20, 2021
@TomasVotruba TomasVotruba force-pushed the tv-non-nullable branch 2 times, most recently from ebe5537 to ec4dd3b Compare February 20, 2021 20:03
@TomasVotruba TomasVotruba force-pushed the tv-non-nullable branch 2 times, most recently from 7c4a231 to 4df2d02 Compare February 20, 2021 20:19
@TomasVotruba TomasVotruba force-pushed the tv-non-nullable branch 3 times, most recently from 27e834b to 19fa149 Compare February 21, 2021 00:07
@TomasVotruba TomasVotruba enabled auto-merge (squash) February 21, 2021 00:18
@TomasVotruba TomasVotruba merged commit f5d8133 into master Feb 21, 2021
@TomasVotruba TomasVotruba deleted the tv-non-nullable branch February 21, 2021 00:21
if ($baseBranch !== null) {
$url .= '&base=' . $baseBranch;
}
$url .= '&base=' . $baseBranch;
Copy link
Contributor

Choose a reason for hiding this comment

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

should the branch name be escaped for use in a url?

Copy link
Member Author

Choose a reason for hiding this comment

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

It might be, but Changelog Linker is now deprecated, see: #3027

@deprecated-packages deprecated-packages locked as resolved and limited conversation to collaborators Mar 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants