Changes 02/15/2026 (v3.4.1)
release(v3.4.1): PHPCS PSR-12 inline-control cleanup for storage adapters/config
Commit message
release(v3.4.1): PHPCS PSR-12 inline-control cleanup for storage adapters/config
- style(psr12): replace inline control structures with block form in WebDavAdapter
- style(psr12): replace inline control structures with block form in SourcesConfig
- ci: keep phpcs --standard=phpcs.xml src/FileRise clean
Changed
- PSR-12 style cleanup (no behavior change)
- Refactored inline one-line control structures into block form in:
src/FileRise/Storage/WebDavAdapter.phpsrc/FileRise/Storage/SourcesConfig.php
- Reformatted one long conditional in
SourcesConfigfor readability/line-length consistency.
- Refactored inline one-line control structures into block form in:
Fixed
- CI lint failures
- Resolved PHPCS errors (
Inline control structures are not allowed) reported in GitHub Actions forWebDavAdapterandSourcesConfig. phpcs --standard=phpcs.xml src/FileRisenow passes for this scope.
- Resolved PHPCS errors (
v3.4.1
Full Changelog
SHA-256 (zip)
876dbb9f3e85435fae6b4007c022e991c12626a6287988e4110f7de686ded196 FileRise-v3.4.1.zip