Skip to content

Corrected incorrect object creation in the example using the README.md file#1976

Merged
DerManoMann merged 1 commit intozircote:masterfrom
mariuszkrzaczkowski:patch-1
Mar 17, 2026
Merged

Corrected incorrect object creation in the example using the README.md file#1976
DerManoMann merged 1 commit intozircote:masterfrom
mariuszkrzaczkowski:patch-1

Conversation

@mariuszkrzaczkowski
Copy link
Contributor

@mariuszkrzaczkowski mariuszkrzaczkowski commented Mar 11, 2026

Summary

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Enhancement (improvement to existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactor (no functional changes)
  • Chore (maintenance, dependencies, CI)

Related Issues

Test Plan

  • Unit tests added/updated
  • Integration tests added/updated
  • Manual testing performed

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code where necessary
  • I have updated the documentation accordingly
  • My changes generate no new warnings
  • New and existing tests pass locally
  • Any dependent changes have been merged and published

@DerManoMann DerManoMann merged commit 7f6f6ab into zircote:master Mar 17, 2026
14 checks passed
@github-actions
Copy link
Contributor

Created backport PR for 5.x:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-1976-to-5.x
git worktree add --checkout .worktree/backport-1976-to-5.x backport-1976-to-5.x
cd .worktree/backport-1976-to-5.x
git reset --hard HEAD^
git cherry-pick -x 7f6f6ab4cb18f2eb5acf7021a9ccf54b90e8d786
git push --force-with-lease

@DerManoMann
Copy link
Collaborator

Thanks @mariuszkrzaczkowski

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.

2 participants