From d71683ff3878f753cc68a6ab2262b155618d7c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 12:03:55 +0000 Subject: [PATCH 1/2] build(deps-dev): bump vimeo/psalm from 6.16.0 to 6.16.1 in /php Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 6.16.0 to 6.16.1. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/6.16.0...6.16.1) --- updated-dependencies: - dependency-name: vimeo/psalm dependency-version: 6.16.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- php/composer.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/php/composer.lock b/php/composer.lock index d6c1a655..978e89a8 100644 --- a/php/composer.lock +++ b/php/composer.lock @@ -4700,16 +4700,16 @@ }, { "name": "vimeo/psalm", - "version": "6.16.0", + "version": "6.16.1", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "7cf3e8b988edd75e0766963b0b9e671b220f5785" + "reference": "f1f5de594dc76faf8784e02d3dc4716c91c6f6ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/7cf3e8b988edd75e0766963b0b9e671b220f5785", - "reference": "7cf3e8b988edd75e0766963b0b9e671b220f5785", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/f1f5de594dc76faf8784e02d3dc4716c91c6f6ac", + "reference": "f1f5de594dc76faf8784e02d3dc4716c91c6f6ac", "shasum": "" }, "require": { @@ -4814,7 +4814,7 @@ "issues": "https://github.com/vimeo/psalm/issues", "source": "https://github.com/vimeo/psalm" }, - "time": "2026-03-17T11:15:56+00:00" + "time": "2026-03-19T10:56:09+00:00" }, { "name": "wapmorgan/php-deprecation-detector", From 7dc489168a33d4bd053399a385f7ea4827ae3ea7 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Thu, 19 Mar 2026 13:51:12 +0100 Subject: [PATCH 2/2] psalm: revert changes Signed-off-by: Simon L. --- .github/workflows/psalm-update-baseline.yml | 4 ---- .github/workflows/psalm.yml | 4 ---- php/src/Twig/ClassExtension.php | 5 ----- php/src/Twig/CsrfExtension.php | 4 ---- 4 files changed, 17 deletions(-) diff --git a/.github/workflows/psalm-update-baseline.yml b/.github/workflows/psalm-update-baseline.yml index f0858104..f145557d 100644 --- a/.github/workflows/psalm-update-baseline.yml +++ b/.github/workflows/psalm-update-baseline.yml @@ -19,10 +19,6 @@ jobs: extensions: apcu coverage: none ini-file: development - jit: false - ini_values: | - opcache.jit=0 - opcache.jit_buffer_size=0 - name: Run script run: | diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index c13d68e4..15e8a4b1 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -43,10 +43,6 @@ jobs: extensions: apcu coverage: none ini-file: development - jit: false - ini_values: | - opcache.jit=0 - opcache.jit_buffer_size=0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/php/src/Twig/ClassExtension.php b/php/src/Twig/ClassExtension.php index ffeabe2d..b80d95c0 100644 --- a/php/src/Twig/ClassExtension.php +++ b/php/src/Twig/ClassExtension.php @@ -8,11 +8,6 @@ use Twig\TwigFunction; class ClassExtension extends TwigExtension { - - /** - * @psalm-suppress InvalidAttribute - * See https://github.com/vimeo/psalm/issues/11723 - */ #[\Override] public function getFunctions() : array { diff --git a/php/src/Twig/CsrfExtension.php b/php/src/Twig/CsrfExtension.php index 17cb74ab..ba478308 100644 --- a/php/src/Twig/CsrfExtension.php +++ b/php/src/Twig/CsrfExtension.php @@ -13,10 +13,6 @@ class CsrfExtension extends AbstractExtension implements GlobalsInterface { ) { } - /** - * @psalm-suppress InvalidAttribute - * See https://github.com/vimeo/psalm/issues/11723 - */ #[\Override] public function getGlobals() : array {