Skip to content

Commit 09e74b9

Browse files
authored
Merge pull request #572 from FriendsOfCake/ci
Fix CI config
2 parents e4aea26 + 64da8ca commit 09e74b9

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ jobs:
7979
uses: shivammathur/setup-php@v2
8080
with:
8181
php-version: '7.4'
82-
extension: mbstring, intl
82+
extensions: mbstring, intl
8383
coverage: none
84-
tools: cs2pr, phpstan:^0.12
84+
tools: cs2pr, phpstan:0.12
8585

8686
- name: Composer Install
8787
run: composer install

phpstan.neon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,3 @@ parameters:
1414
message: "#^Constant ROOT not found\\.$#"
1515
count: 1
1616
path: src/File/Writer/DefaultWriter.php
17-
18-
-
19-
message: "#^Cannot instantiate interface Josegonzalez\\\\Upload\\\\File\\\\Transformer\\\\TransformerInterface\\.$#"
20-
count: 1
21-
path: src/Model/Behavior/UploadBehavior.php

0 commit comments

Comments
 (0)