Skip to content

Commit

Permalink
Merge pull request #414 from thephpleague/chore/phpstan-2
Browse files Browse the repository at this point in the history
Bump phpstan to v2
  • Loading branch information
ADmad authored Dec 17, 2024
2 parents e8cead3 + e443663 commit cfdfbd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
with:
php-version: '8.3'
extensions: gd, imagick
tools: vimeo/psalm:5, phpstan:1
tools: vimeo/psalm:5, phpstan:2

- name: Composer install
uses: ramsey/composer-install@v3
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function getImageManager(): ImageManager
/**
* Set the manipulators.
*
* @param ManipulatorInterface[] $manipulators Collection of manipulators.
* @param array $manipulators Collection of manipulators.
*/
public function setManipulators(array $manipulators): void
{
Expand Down

0 comments on commit cfdfbd9

Please sign in to comment.