Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Aug 12, 2024
1 parent 62d7a7d commit c7878c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SelfUpdateManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
class SelfUpdateManager
{

/**
* We can't accept $options here because they likely depend on user input
* which isn't available at this point in the Symfony bootstrap.
*/
public function __construct(public string $applicationName, public string $currentVersion, public string $gitHubRepository){
}

Expand Down

0 comments on commit c7878c1

Please sign in to comment.