Skip to content

feat: strip tags#38

Merged
viniciusvts merged 4 commits intomainfrom
27-strip-tags
Mar 4, 2026
Merged

feat: strip tags#38
viniciusvts merged 4 commits intomainfrom
27-strip-tags

Conversation

@viniciusvts
Copy link
Copy Markdown
Member

📝 Description

Brief description of the changes implemented in this PR.

Closes #27

🎯 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

Removes all HTML and PHP tags from a string

Refs: #27
@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 14, 2026

Deploy Preview for string-morpher ready!

Name Link
🔨 Latest commit a39f21f
🔍 Latest deploy log https://app.netlify.com/projects/string-morpher/deploys/698fc2f15de2630008efb23e
😎 Deploy Preview https://deploy-preview-38--string-morpher.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

@viniciusvts viniciusvts added the enhancement New feature or request label Feb 14, 2026
@viniciusvts viniciusvts merged commit c6bd075 into main Mar 4, 2026
11 checks passed
@viniciusvts viniciusvts deleted the 27-strip-tags branch April 22, 2026 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Add stripTags method for stripping HTML/PHP tags

1 participant