⬆️ Upgrade dependency vite to v6.0.3 (#1017) #26
Annotations
10 errors and 1 warning
🏃♂️ Run checks:
site/config/config.php#L68
* [Unused variable] Unused variable $text.
* [Assignment in condition] Assignment in if condition is not allowed.
|
🏃♂️ Run checks:
site/config/config.php#L69
* [Assignment in condition] Assignment in if condition is not allowed.
|
🏃♂️ Run checks:
site/config/config.php#L21
* [Static closure] Closure not using "$this" should be declared static.
|
🏃♂️ Run checks:
site/config/config.php#L39
* [Static closure] Closure not using "$this" should be declared static.
|
🏃♂️ Run checks:
site/config/config.php#L61
* [Static closure] Closure not using "$this" should be declared static.
|
🏃♂️ Run checks:
site/config/config.php#L90
* [Static closure] Closure not using "$this" should be declared static.
|
🏃♂️ Run checks:
site/config/config.php#L108
* [Static closure] Closure not using "$this" should be declared static.
|
🏃♂️ Run checks:
site/config/config.php#L1
* [Void return] @@ -20,3 +20,3 @@
'hooks' => [
- 'system.exception' => function ($exception) {
+ 'system.exception' => function ($exception): void {
$dsn = option('sentry.dsn');
|
🏃♂️ Run checks:
phpinsights.php#L75
* [Array indent] Array key not indented correctly; expected 8 spaces but found 10
* [Trailing array comma] Multi-line arrays must have a trailing comma after the last element.
|
🏃♂️ Run checks:
site/snippets/layout.php#L44
* [Array indent] Array key not indented correctly; expected 4 spaces but found 16
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading