Skip to content

Commit 307a56e

Browse files
authored
Add setApplication return type
1 parent 71a5a1a commit 307a56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/ComposerRootUpdatePlugin/Plugin/Commands/OverrideRequireCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class OverrideRequireCommand extends ExtendableRequireCommand
6969
* @param Application|null $application
7070
* @return void
7171
*/
72-
public function setApplication(Application $application = null)
72+
public function setApplication(Application $application = null): void
7373
{
7474
// For Composer versions below 2.1.6:
7575
// In order to trick Composer into overriding its native RequireCommand with this class, the name needs to be

0 commit comments

Comments
 (0)