Skip to content

Commit

Permalink
Merge pull request #572 from FriendsOfCake/ci
Browse files Browse the repository at this point in the history
Fix CI config
  • Loading branch information
ADmad committed Aug 6, 2021
2 parents e4aea26 + 64da8ca commit 09e74b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
extension: mbstring, intl
extensions: mbstring, intl
coverage: none
tools: cs2pr, phpstan:^0.12
tools: cs2pr, phpstan:0.12

- name: Composer Install
run: composer install
Expand Down
5 changes: 0 additions & 5 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,3 @@ parameters:
message: "#^Constant ROOT not found\\.$#"
count: 1
path: src/File/Writer/DefaultWriter.php

-
message: "#^Cannot instantiate interface Josegonzalez\\\\Upload\\\\File\\\\Transformer\\\\TransformerInterface\\.$#"
count: 1
path: src/Model/Behavior/UploadBehavior.php

0 comments on commit 09e74b9

Please sign in to comment.