Details
Details
- Reviewers
Duranzed
Diff Detail
Diff Detail
- Repository
- rKERUALD Keruald libraries development repository
- Lint
Lint Errors Severity Location Code Message Error omnitools/src/HTTP/QueryEncoding.php:9 PHPCS.E.Generic.Classes.OpeningBraceSameLine.BraceOnNewLine Generic.Classes.OpeningBraceSameLine.BraceOnNewLine Error omnitools/src/HTTP/URL.php:163 PHPCS.E.Generic.Formatting.SpaceAfterCast.TooMuchSpace Generic.Formatting.SpaceAfterCast.TooMuchSpace - Unit
Tests Passed - Branch
- follow-up-for-doc-iii
- Build Status
Buildable 6866 Build 7154: arc lint + arc unit
Event Timeline
Comment Actions
Harbormaster reports unit test failures on omnitools/tests/HTTP/URLTest.php, also the exception message changed in beautifyQuery() from "Unexpected encoding value" to "Unexpected value", while normalizeQuery() keeps "Unexpected encoding value".
Comment Actions
Move constantes to a backed enum, so we can get autocomplete from IDEs
and exhaustive matching.
_toString() -> (string) cast