Add modifier support to PlaceholderFormatter #40
continuous-integration.yml
on: pull_request
Code coverage
15s
Static Analysis
14s
Matrix: Tests
Annotations
4 errors
|
Tests (8.5)
Process completed with exit code 1.
|
|
Static Analysis
Process completed with exit code 1.
|
|
Static Analysis:
tests/Unit/Modifier/QuoteUnmodifiedModifierTest.php#L64
Method Respect\StringFormatter\Test\Unit\Modifier\QuoteUnmodifiedModifierTest::providerForUnmodifiedValues() should return array<string, array{mixed, string|null, string}> but returns array{'simple string': array{'hello', 'pipe'}, 'string with quotes': array{'he said "hello"', null}, 'string with backslashes': array{'path\\to\\file', 'pipe'}, 'empty string': array{'', 'pipe'}, 'string with special characters': array{'!@#$%^&*()', null}, 'unicode characters': array{'héllo 🌍', 'pipe'}, 'emoji string': array{'😀🎉', null, '"😀🎉"'}, 'mixed language string': array{'Hello 世界', 'pipe'}}.
|
|
Code coverage
Process completed with exit code 1.
|