Update vimeo/psalm requirement from ^5.26 to ^6.0 #365
continuous-integration.yml
on: push
Coding Standards
22s
Static Analysis
18s
Matrix: unit-tests
Annotations
10 errors and 4 warnings
UnusedClass:
app/Controllers/AboutController.php#L10
app/Controllers/AboutController.php:10:13: UnusedClass: Class App\Controllers\AboutController is never used (see https://psalm.dev/075)
|
UnusedParam:
app/Controllers/AboutController.php#L12
app/Controllers/AboutController.php:12:35: UnusedParam: Param #1 is never referenced in this method (see https://psalm.dev/135)
|
UnusedClass:
app/Controllers/ContactController.php#L10
app/Controllers/ContactController.php:10:13: UnusedClass: Class App\Controllers\ContactController is never used (see https://psalm.dev/075)
|
UnusedParam:
app/Controllers/ContactController.php#L12
app/Controllers/ContactController.php:12:35: UnusedParam: Param #1 is never referenced in this method (see https://psalm.dev/135)
|
PossiblyUnusedMethod:
app/Controllers/Controller.php#L17
app/Controllers/Controller.php:17:21: PossiblyUnusedMethod: Cannot find any calls to method App\Controllers\Controller::__construct (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
app/Controllers/Controller.php#L41
app/Controllers/Controller.php:41:24: PossiblyUnusedMethod: Cannot find any calls to method App\Controllers\Controller::json (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
app/Controllers/Controller.php#L51
app/Controllers/Controller.php:51:24: PossiblyUnusedMethod: Cannot find any calls to method App\Controllers\Controller::redirect (see https://psalm.dev/087)
|
UnusedClass:
app/Controllers/HomeController.php#L10
app/Controllers/HomeController.php:10:13: UnusedClass: Class App\Controllers\HomeController is never used (see https://psalm.dev/075)
|
UnusedParam:
app/Controllers/HomeController.php#L12
app/Controllers/HomeController.php:12:35: UnusedParam: Param #1 is never referenced in this method (see https://psalm.dev/135)
|
Static Analysis
Process completed with exit code 2.
|
Unit Tests on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit Tests on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Static Analysis
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Coding Standards
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|