diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 14e0e63..2eccfef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Setup PHP - uses: shivammathur/setup-php@2.30.0 + uses: shivammathur/setup-php@2.30.1 with: php-version: ${{ matrix.php }} coverage: xdebug diff --git a/phpstan.neon b/phpstan.neon index 3c8948d..969bbfa 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -13,3 +13,5 @@ parameters: - '#Parameter \#1 \$numberWithoutIDDCode of class Overtrue\\EasySms\\PhoneNumber constructor expects int, string given.#' - '#Cannot call method (.*?)\(\) on Illuminate\\(.*?)Testing\\PendingCommand\|int.#' - '#(.*?)Laravel\\Lumen\\Application(.*?)#' + - '#Unable to resolve the template type TMock in call to method static method Mockery::mock\(\)#' + - '#Parameter \#1 ...\$args of static method Mockery::mock\(\) expects array|class-string<(.*?)], string given.#'