8 Commits (2132eeacf4ed074218d9b5eeba8ac92818732fe9)

Author SHA1 Message Date
Jordi Boggiano 6a466a120a
Enable strict types on all files 3 years ago
Jordi Boggiano 6da38f83a0
Add parameter types to all the things 3 years ago
Jordi Boggiano abdc6893a6
Add void types where no return statement is present 3 years ago
Jordi Boggiano 5c98a2cf8e
Add phpstan-symfony to get type info about console InputInterface, fix many errors (#10476)
Extract common init/require commands functionality into PackageDiscoveryTrait
Extract some helper methods into BaseCommand for better types
3 years ago
Jordi Boggiano 96486d81cb
Fix many PHPStan issues and update baseline 3 years ago
Jordi Boggiano fc5682ed9f
Fix build 5 years ago
Ion Bazan 11ae757e99 fix risky tests 5 years ago
Adriano Ferreira 97d077c43b Uses config data from Composer object whenever possible on ArchiveCommand
It was previously blindly getting a new instance from the factory thus ignoring what is on Composer object config data.
5 years ago