Skip to content

⬆️ Upgrade dependency prettier-plugin-tailwindcss to v0.6.10 (#1042) #85

⬆️ Upgrade dependency prettier-plugin-tailwindcss to v0.6.10 (#1042)

⬆️ Upgrade dependency prettier-plugin-tailwindcss to v0.6.10 (#1042) #85

Triggered via push January 15, 2025 20:12
Status Success
Total duration 24s
Artifacts

phpinsights.yml

on: push
PHP Insights checks
15s
PHP Insights checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
PHP Insights checks: site/config/config.php#L67
* [Unused variable] Unused variable $text. * [Assignment in condition] Assignment in if condition is not allowed.
PHP Insights checks: site/config/config.php#L68
* [Assignment in condition] Assignment in if condition is not allowed.
PHP Insights checks: site/config/config.php#L23
* [Static closure] Closure not using "$this" should be declared static.
PHP Insights checks: site/config/config.php#L41
* [Static closure] Closure not using "$this" should be declared static.
PHP Insights checks: site/config/config.php#L60
* [Static closure] Closure not using "$this" should be declared static.
PHP Insights checks: site/config/config.php#L89
* [Static closure] Closure not using "$this" should be declared static.
PHP Insights checks: site/config/config.php#L107
* [Static closure] Closure not using "$this" should be declared static.
PHP Insights checks: site/config/config.php#L212
* [Static closure] Closure not using "$this" should be declared static. * [Object operator indent] Object operator not indented correctly; expected 32 spaces but found 28 * [Object operator indent] Object operator not indented correctly; expected 32 spaces but found 28 * [Object operator indent] Object operator not indented correctly; expected 32 spaces but found 28 * [Object operator indent] Object operator not indented correctly; expected 36 spaces but found 28 * [Object operator indent] Object operator not indented correctly; expected 36 spaces but found 28 * [Object operator indent] Object operator not indented correctly; expected 36 spaces but found 28 * [Object operator indent] Object operator not indented correctly; expected 40 spaces but found 28 * [Object operator indent] Object operator not indented correctly; expected 40 spaces but found 28 * [Object operator indent] Object operator not indented correctly; expected 40 spaces but found 28 * [Object operator indent] Object operator not indented correctly; expected 40 spaces but found 28
PHP Insights checks: site/config/config.php#L1
* [Void return] @@ -22,3 +22,3 @@ 'hooks' => [ - 'system.exception' => function ($exception) { + 'system.exception' => function ($exception): void { $dsn = option('sentry.dsn');
PHP Insights checks: site/config/config.php#L210
* [Object operator indent] Object operator not indented correctly; expected 32 spaces but found 28 * [Object operator indent] Object operator not indented correctly; expected 32 spaces but found 28 * [Object operator indent] Object operator not indented correctly; expected 32 spaces but found 28 * [Object operator indent] Object operator not indented correctly; expected 36 spaces but found 28 * [Object operator indent] Object operator not indented correctly; expected 36 spaces but found 28 * [Object operator indent] Object operator not indented correctly; expected 36 spaces but found 28 * [Object operator indent] Object operator not indented correctly; expected 40 spaces but found 28 * [Object operator indent] Object operator not indented correctly; expected 40 spaces but found 28 * [Object operator indent] Object operator not indented correctly; expected 40 spaces but found 28 * [Object operator indent] Object operator not indented correctly; expected 40 spaces but found 28
PHP Insights checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636