File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
php-version : ${{ matrix.php-version }}
28
28
tools : phpize
29
- ini-values : opcache.enable_cli=1 , swoole.use_shortname='Off'
29
+ ini-values : opcache.enable_cli=0 , swoole.use_shortname='Off'
30
30
coverage : none
31
31
- name : Setup Swoole
32
32
if : ${{ matrix.engine == 'swoole' }}
Original file line number Diff line number Diff line change 35
35
"hyperf/guzzle" : " ^2.0.0" ,
36
36
"hyperf/process" : " ^2.0.0" ,
37
37
"hyperf/testing" : " ^2.0.0" ,
38
- "phpstan/phpstan" : " ^0.12 " ,
38
+ "phpstan/phpstan" : " ^1.0 " ,
39
39
"phpunit/phpunit" : " >=7.0" ,
40
40
"swoole/ide-helper" : " ^4.5.2" ,
41
41
"symfony/finder" : " ^4.0|^5.0"
Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ parameters:
8
8
ignoreErrors :
9
9
- ' #Static call to instance method Hyperf\\HttpServer\\Router\\Router::[a-zA-Z0-9\\_ ]+\ (\)#'
10
10
- ' #Static call to instance method Hyperf\\DbConnection\\Db::[a-zA-Z0-9\\_ ]+\ (\)#'
11
+ - '#Property Hyperf\\Nano\\ContainerProxy::\$ (request|response ) is never read , only written. #'
Original file line number Diff line number Diff line change 12
12
namespace HyperfTest \Nano ;
13
13
14
14
use GuzzleHttp \Client ;
15
+ use PHPUnit \Framework \TestCase ;
15
16
use Hyperf \Guzzle \CoroutineHandler ;
16
- use PHPStan \Testing \TestCase ;
17
17
18
18
/**
19
19
* @internal
You can’t perform that action at this time.
0 commit comments