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

SelectCategory.php: Cast $value to string #154

Closed
wants to merge 2 commits into from

Conversation

MarkTro
Copy link
Contributor

@MarkTro MarkTro commented Jan 19, 2024

$value can set with an int value (line 73) by "getId()". Trim throws in strict mode an error, if it doesn't get a string. Therefore we need to cast $value to a string.

$value can set with an int value (line 73) by "getId()". Trim throws in strict mode an error, if it doesn't get a string. Therefore we need to cast $value to a string.
Copy link

github-actions bot commented Jan 19, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@MarkTro
Copy link
Contributor Author

MarkTro commented Jan 19, 2024

I have read the CLA Document and I hereby sign the CLA

@fashxp fashxp added the Bug label Jan 19, 2024
@fashxp fashxp added this to the 1.0.11 milestone Jan 19, 2024
@fashxp fashxp self-assigned this Jan 19, 2024
@fashxp
Copy link
Member

fashxp commented Jan 19, 2024

thx very much.

@fashxp fashxp changed the base branch from 1.x to 1.0 January 19, 2024 14:16
@fashxp fashxp changed the base branch from 1.0 to 1.x January 19, 2024 14:16
@fashxp
Copy link
Member

fashxp commented Jan 19, 2024

but could you please rebase to 1.0 branch

@fashxp fashxp changed the base branch from 1.x to 1.0 January 22, 2024 11:07
@fashxp fashxp changed the base branch from 1.0 to 1.x January 22, 2024 11:07
@fashxp
Copy link
Member

fashxp commented Jan 22, 2024

sadly that didn't work out. you need to rebase (not merge) your local branch to 1.0 and then force-push to remote.

@MarkTro
Copy link
Contributor Author

MarkTro commented Jan 22, 2024

Hey @fashxp ,
I tried to rebase the branch, but there suddenly some commit in it which wasn't mine. Therefore I created a new MR based on branch 1.0:
#156

I close this one.

@MarkTro MarkTro closed this Jan 22, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jan 22, 2024
@fashxp
Copy link
Member

fashxp commented Jan 22, 2024

thx very much

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants