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

fix(headers): @author email typo dev@conductio.nl → info@conduction.nl#123

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

fix(headers): @author email typo dev@conductio.nl → info@conduction.nl#123
rubenvdlinde merged 1 commit into
developmentfrom
fix/header-info-email-phpcs

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

Summary

Literal string replacement in docblock @author tags across 44 PHP files:

  • dev@conductio.nlinfo@conduction.nl

Every diff is the same one-line swap. No code semantics touched.

Why

The typo propagated from the nextcloud-app-template repo (see ConductionNL/nextcloud-app-template#19 for the root-cause fix). This PR sweeps the 44 occurrences already in decidesk.

Test plan

  • composer check:strict passes
  • No references to dev@conductio.nl remain in the repo

Literal string replacement in docblock @author tags across 44 files.
No code semantics touched — every diff line is:
  -  * @author    Conduction Development Team <dev@conductio.nl>
  +  * @author    Conduction Development Team <info@conduction.nl>

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

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/decidesk @ e8cfc8b

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

Coverage: 0% (0/115 statements)


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

Download the full PDF report from the workflow artifacts.

@rubenvdlinde rubenvdlinde merged commit a78902e into development Apr 20, 2026
23 of 24 checks passed
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