Skip to content

Commit

Permalink
(chore): remove wp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FreakyWizard committed Nov 15, 2024
1 parent a48b791 commit 654257c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 654257c

Please sign in to comment.