psalm: revert changes

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L.
2026-03-19 13:51:12 +01:00
parent d71683ff38
commit 7dc489168a
4 changed files with 0 additions and 17 deletions

View File

@@ -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: |

View File

@@ -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 }}

View File

@@ -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
{

View File

@@ -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
{