Commit 4e34264
committed
fix(viewer): satisfy server lint, psalm, autoloader and openapi checks
Align the vendored Viewer app with the server's stricter checks:
- eslint: camelCase bound attributes, import order, attach `cause` to the
re-thrown rename error, typed `@throws`
- stylelint: explicit .scss import extension, scope the shared Plyr partial
- php-cs/rector: format the Files event test stub
- register the app in psalm.xml and regenerate its composer autoloader
- mark the app as having no OpenAPI spec (.noopenapi)
Assisted-by: ClaudeCode:claude-opus-4-8
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>1 parent 116c178 commit 4e34264
22 files changed
Lines changed: 1103 additions & 632 deletions
File tree
- apps/viewer
- composer
- composer
- src
- api_package
- components
- mixins
- utils
- views
- tests/stubs
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments