Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 7, 2023
1 parent 1b9e1e3 commit eff17a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/SupervisorOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ class SupervisorOptions
public $autoScalingStrategy = null;

/**
* Indicates if the supervisor should auto-scale.
*
* @var bool
*/
public $autoScale;
* Indicates if the supervisor should auto-scale.
*
* @var bool
*/
public $autoScale;

/**
* The maximum number of total processes to start when auto-scaling.
Expand Down

0 comments on commit eff17a0

Please sign in to comment.