Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

chore(quality): phpcbf auto-fix + @author email typo#259

Merged
rubenvdlinde merged 2 commits into
developmentfrom
fix/header-info-email-phpcs
Apr 20, 2026
Merged

chore(quality): phpcbf auto-fix + @author email typo#259
rubenvdlinde merged 2 commits into
developmentfrom
fix/header-info-email-phpcs

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

Summary

Two commits:

  1. phpcbf auto-fixes — 1147 phpcs violations resolved across 46 lib/ files. Remaining 393 errors require human judgment (named-parameter rewrites, !=== FALSE, implicit truthy, inline-if → ternary, etc.)
  2. Email typo sweepdev@conductio.nlinfo@conduction.nl across 93 docblock @author tags. Same literal replacement as decidesk#123, pipelinq forthcoming.

Before: 1540 phpcs errors. After: 393. (75% reduction.)

Why

Template fix lives in ConductionNL/nextcloud-app-template#19 — this PR propagates it to procest plus knocks out the auto-fixable phpcs backlog that accumulated on development.

Test plan

  • composer check:strict passes
  • ./vendor/bin/phpcs reports only the 393 manual-fix violations
  • No references to dev@conductio.nl remain in the repo

Before: 1540 errors across 47 lib/ files
After:  393 errors across 45 lib/ files

Remaining violations are non-auto-fixable (named-parameter rewrites,
operator !/=== FALSE swaps, implicit truthy, inline-if rewrites) and
need human or reviewer judgment.
Literal string replacement in docblock @author tags.

Template fix in nextcloud-app-template PR #19 prevents recurrence.
@github-actions

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/procest @ 5079ad8

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
composer ✅ 100/100
npm
PHPUnit ⏭️
Newman ⏭️
Playwright ⏭️

Quality workflow — 2026-04-20 05:38 UTC

Download the full PDF report from the workflow artifacts.

@rubenvdlinde rubenvdlinde merged commit 3b4cd48 into development Apr 20, 2026
14 of 20 checks passed
@rubenvdlinde rubenvdlinde deleted the fix/header-info-email-phpcs branch April 20, 2026 08:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant