Skip to content

feature: append method#33

Merged
viniciusvts merged 6 commits intomainfrom
18-append
Jan 24, 2026
Merged

feature: append method#33
viniciusvts merged 6 commits intomainfrom
18-append

Conversation

@viniciusvts
Copy link
Copy Markdown
Member

📝 Description

This method appends a given string to the end of the input string.

Closes #18

🎯 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

End of line character is invalid; expected "\r\n" but found "\n"
Expected 1 newline at end of file; 0 found
@viniciusvts viniciusvts force-pushed the main branch 2 times, most recently from d1de119 to 60ac279 Compare January 22, 2026 04:18
@viniciusvts viniciusvts merged commit 89055f3 into main Jan 24, 2026
5 checks passed
@viniciusvts viniciusvts deleted the 18-append branch January 24, 2026 00:55
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.

Add append method for string concatenation (end)

1 participant