We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4aea26 + 64da8ca commit 09e74b9Copy full SHA for 09e74b9
.github/workflows/ci.yml
@@ -79,9 +79,9 @@ jobs:
79
uses: shivammathur/setup-php@v2
80
with:
81
php-version: '7.4'
82
- extension: mbstring, intl
+ extensions: mbstring, intl
83
coverage: none
84
- tools: cs2pr, phpstan:^0.12
+ tools: cs2pr, phpstan:0.12
85
86
- name: Composer Install
87
run: composer install
phpstan.neon
@@ -14,8 +14,3 @@ parameters:
14
message: "#^Constant ROOT not found\\.$#"
15
count: 1
16
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