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.
1 parent 71a5a1a commit 307a56eCopy full SHA for 307a56e
src/Magento/ComposerRootUpdatePlugin/Plugin/Commands/OverrideRequireCommand.php
@@ -69,7 +69,7 @@ class OverrideRequireCommand extends ExtendableRequireCommand
69
* @param Application|null $application
70
* @return void
71
*/
72
- public function setApplication(Application $application = null)
+ public function setApplication(Application $application = null): void
73
{
74
// For Composer versions below 2.1.6:
75
// In order to trick Composer into overriding its native RequireCommand with this class, the name needs to be
0 commit comments