Initial PWA implementation for ChromeOS #650
Annotations
1 error and 3 warnings
phpcs
Error: Command failed: php phpcs.phar --report=checkstyle --standard=xibo_ruleset.xml db/migrations/20241002121300_add_default_chromeOS_display_profile_migration.php lib/Controller/Pwa.php web/pwa/index.php
|
phpcs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, thenabeel/action-phpcs@v8. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
phpcs
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, thenabeel/action-phpcs@v8. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
phpcs:
web/pwa/index.php#L1
A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 28 and the first side effect is on line 31.
|