Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored and StyleCIBot committed Sep 13, 2021
1 parent 9c87000 commit fdf8f1e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Console/TerminateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class TerminateCommand extends Command
/**
* Execute the console command.
*
* @param \Illuminate\Contracts\Cache\Factory $cache
* @param \Illuminate\Contracts\Cache\Factory $cache
* @param \Laravel\Horizon\Contracts\MasterSupervisorRepository $masters
* @return void
*/
Expand Down
1 change: 1 addition & 0 deletions src/Horizon.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public static function auth(Closure $callback)
*
* @param string $connection
* @return void
*
* @throws Exception
*/
public static function use($connection)
Expand Down
1 change: 1 addition & 0 deletions src/MasterSupervisor.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ public function monitor()
* Ensure that this is the only master supervisor running for this machine.
*
* @return void
*
* @throws \Exception
*/
public function ensureNoOtherMasterSupervisors()
Expand Down
1 change: 1 addition & 0 deletions src/Supervisor.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ public function monitor()
* Ensure no other supervisors are running with the same name.
*
* @return void
*
* @throws \Exception
*/
public function ensureNoDuplicateSupervisors()
Expand Down
1 change: 1 addition & 0 deletions tests/Feature/Fakes/SupervisorThatThrowsException.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class SupervisorThatThrowsException extends Supervisor
* Persist information about this supervisor instance.
*
* @return void
*
* @throws \Exception
*/
public function persist()
Expand Down
3 changes: 1 addition & 2 deletions tests/worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
/**
* Define environment setup.
*
* @param \Illuminate\Foundation\Application $app
*
* @param \Illuminate\Foundation\Application $app
* @return void
*/
protected function getEnvironmentSetUp($app)
Expand Down

0 comments on commit fdf8f1e

Please sign in to comment.