Skip to content

Commit

Permalink
Add setApplication return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek authored Feb 14, 2024
1 parent 71a5a1a commit 307a56e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class OverrideRequireCommand extends ExtendableRequireCommand
* @param Application|null $application
* @return void
*/
public function setApplication(Application $application = null)
public function setApplication(Application $application = null): void
{
// For Composer versions below 2.1.6:
// In order to trick Composer into overriding its native RequireCommand with this class, the name needs to be
Expand Down

0 comments on commit 307a56e

Please sign in to comment.