File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 "php" : " >=8.1" ,
1515 "illuminate/view" : " *" ,
1616 "nikic/php-parser" : " ^4.15" ,
17- "symfony/console" : " ^6.1" ,
18- "symfony/process" : " ^6.1"
17+ "symfony/console" : " ^6.1||^7.0 " ,
18+ "symfony/process" : " ^6.1||^7.0 "
1919 },
2020 "require-dev" : {
2121 "phpunit/phpunit" : " ^9.6" ,
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ protected function configure()
4444 ->setHelp ('This command allows you to format a php/laravel file/directory. ' );
4545 }
4646
47- protected function execute (InputInterface $ input , OutputInterface $ output )
47+ protected function execute (InputInterface $ input , OutputInterface $ output ): int
4848 {
4949 $ fileOrDirectory = $ this ->resolveFileOrDirectory ($ input ->getArgument ('file or directory ' ));
5050 $ finalResponseCode = self ::SUCCESS ;
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ protected function configure()
5252 ->setHelp ('This command allows you to lint a php/laravel file/directory. ' );
5353 }
5454
55- protected function execute (InputInterface $ input , OutputInterface $ output )
55+ protected function execute (InputInterface $ input , OutputInterface $ output ): int
5656 {
5757 $ fileOrDirectory = $ this ->resolveFileOrDirectory ($ input ->getArgument ('file or directory ' ));
5858 $ finalResponseCode = self ::NO_LINTS_FOUND_OR_SUCCESS ;
You can’t perform that action at this time.
0 commit comments