Skip to content

feat: add wrap transformer - #55

Merged
viniciusvts merged 3 commits into
mainfrom
46-add-wrap-transformer
Jul 15, 2026
Merged

feat: add wrap transformer#55
viniciusvts merged 3 commits into
mainfrom
46-add-wrap-transformer

Conversation

@viniciusvts

Copy link
Copy Markdown
Member

📝 Description

Add wrap transformer

Closes #46

🎯 Type of Change

  • 🐛 Bug fix
  • ✨ New feature
  • 🔧 Enhancement (improvement of existing feature)
  • 📝 Chore (documentation, refactoring, etc)

✅ Implementation Checklist

Code

  • Transformer created in src/Transformers/ implementing StringTransformerInterface
  • PHPDoc @method added in src/StringMorpher.php
  • PHPDoc @method added in src/Instances/StringMorpherInstance.php

Tests

  • Tests created in tests/Transformers/
  • Tests cover main use cases
  • Tests cover edge cases (null, empty string, etc)
  • All tests pass (vendor/bin/phpunit)

Quality

  • Code passes linter (vendor/bin/phpcs)
  • Code follows project standards

Documentation

  • Method documented in docs/docs/methods/
  • Usage examples included (static and fluent)
  • Parameters and return values documented

@netlify

netlify Bot commented Jul 8, 2026

Copy link
Copy Markdown

Deploy Preview for string-morpher ready!

Name Link
🔨 Latest commit 98b8410
🔍 Latest deploy log https://app.netlify.com/projects/string-morpher/deploys/6a4ea92691179200084103fd
😎 Deploy Preview https://deploy-preview-55--string-morpher.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@viniciusvts
viniciusvts merged commit 2a34694 into main Jul 15, 2026
10 checks passed
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.

[Feature]: Add wrap transformer (prefix and/or suffix)

1 participant