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 strpos first arg null warning in php 8.1 #1227

Merged
merged 15 commits into from
Jul 8, 2024
Merged

Conversation

kirtangajjar
Copy link
Member

Description of the Change

Fix strpos first arg null warning in php 8.1

Closes #1175

How to test the Change

Follow steps in linked issue.

Changelog Entry

Fixed - strpos first arg null warning in php 8.1

Credits

Props @kirtangajjar

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@kirtangajjar kirtangajjar requested a review from a team as a code owner June 15, 2024 09:00
@kirtangajjar kirtangajjar requested review from peterwilsoncc and removed request for a team June 15, 2024 09:00
Co-authored-by: Peter Wilson <[email protected]>
faisal-alvi
faisal-alvi previously approved these changes Jul 3, 2024
@faisal-alvi faisal-alvi changed the base branch from trunk to develop July 3, 2024 11:31
@faisal-alvi faisal-alvi dismissed their stale review July 3, 2024 11:31

The base branch was changed.

@github-actions github-actions bot added the needs:code-review This requires code review. label Jul 3, 2024
@faisal-alvi
Copy link
Member

Note: The PR was targeting the trunk instead of develop, I changed it to develop which started the workflow checks. E2Es already fail in all other PRs too and require the wp-env upgrade.

Copy link
Member

@faisal-alvi faisal-alvi left a comment

Choose a reason for hiding this comment

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

We can ignore the E2E failures in this PR since we are fixing them in #1237.

@jeffpaul jeffpaul merged commit 5774e61 into develop Jul 8, 2024
13 of 18 checks passed
@jeffpaul jeffpaul deleted the fix/strpos-warning branch July 8, 2024 15:47
@dkotter dkotter modified the milestones: 2.1.0, 2.0.5 Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs:code-review This requires code review.
Projects
None yet
5 participants