File tree 4 files changed +6
-5
lines changed
src/PhpunitMerger/Command
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2
2
/.idea
3
3
/.Log
4
4
composer.lock
5
+ .phpunit.result.cache
Original file line number Diff line number Diff line change 31
31
"ext-json" : " *" ,
32
32
"ext-simplexml" : " *" ,
33
33
"phpunit/php-code-coverage" : " ^9.0 || ^10.0" ,
34
- "symfony/console" : " >=2.7 <7 .0" ,
35
- "symfony/finder" : " >=2.7 <7 .0"
34
+ "symfony/console" : " >=2.7 <8 .0" ,
35
+ "symfony/finder" : " >=2.7 <8 .0"
36
36
},
37
37
"require-dev" : {
38
38
"phpunit/phpunit" : " ^9.3 || ^10.0" ,
39
- "symfony/filesystem" : " >=2.7 <7 .0" ,
39
+ "symfony/filesystem" : " >=2.7 <8 .0" ,
40
40
"phpspec/prophecy" : " ^1.0" ,
41
41
"php-parallel-lint/php-parallel-lint" : " ^1.4"
42
42
},
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ protected function configure()
54
54
);
55
55
}
56
56
57
- protected function execute (InputInterface $ input , OutputInterface $ output )
57
+ protected function execute (InputInterface $ input , OutputInterface $ output ): int
58
58
{
59
59
$ finder = new Finder ();
60
60
$ finder ->files ()
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ protected function configure()
38
38
);
39
39
}
40
40
41
- protected function execute (InputInterface $ input , OutputInterface $ output )
41
+ protected function execute (InputInterface $ input , OutputInterface $ output ): int
42
42
{
43
43
$ finder = new Finder ();
44
44
$ finder ->files ()
You can’t perform that action at this time.
0 commit comments