Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 14, 2024
1 parent d5c8e14 commit 9127e35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Console/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function handle(): void
}

/**
* Adds the Reverb configuration to the environment.
* Add the Reverb variables to the environment file.
*/
protected function addEnviromentVariables(): void
{
Expand Down Expand Up @@ -81,7 +81,7 @@ protected function addEnviromentVariables(): void
}

/**
* Publishes the Reverb configuration file.
* Publish the Reverb configuration file.
*/
protected function publishConfiguration(): void
{
Expand All @@ -92,7 +92,7 @@ protected function publishConfiguration(): void
}

/**
* Enable the Laravel broadcasting functionality.
* Enable Laravel's broadcasting functionality.
*/
protected function enableBroadcasting(): void
{
Expand All @@ -116,7 +116,7 @@ protected function enableBroadcasting(): void
}

/**
* Uncomment the BroadcastServiceProvider in the application configuration.
* Uncomment the "BroadcastServiceProvider" in the application configuration.
*/
protected function enableBroadcastServiceProvider(): void
{
Expand Down

0 comments on commit 9127e35

Please sign in to comment.