From 654257c906a93bee7a76be08549ac8da0a722955 Mon Sep 17 00:00:00 2001 From: Freek de Kruijff Date: Fri, 15 Nov 2024 10:58:20 +0100 Subject: [PATCH] (chore): remove wp fix --- .github/workflows/phpstan.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 859d85e..b8cdd46 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -29,8 +29,5 @@ jobs: - name: Install composer dependencies run: composer install --prefer-dist --no-interaction - - name: Dirty fix for previously defined function - run: sed -i -e 's#function __(#function ____(#' ./vendor/php-stubs/wordpress-stubs/wordpress-stubs.php - - name: Run PHPStan run: ./vendor/bin/phpstan --error-format=github