File tree Expand file tree Collapse file tree 5 files changed +7
-8
lines changed
Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 5151 ReadOnlyClassRector::class,
5252 ReadOnlyPropertyRector::class,
5353 RemoveNullPropertyInitializationRector::class,
54- RemoveUnreachableStatementRector::class,
5554 AddSensitiveParameterAttributeRector::class,
5655 RemoveUnusedPublicMethodParameterRector::class,
5756 RestoreDefaultNullToNullableTypePropertyRector::class,
Original file line number Diff line number Diff line change 88use Tempest \Console \Input \ConsoleArgumentBag ;
99use Tempest \Console \Input \ConsoleInputArgument ;
1010
11- final class ConsoleInputBuilder
11+ final readonly class ConsoleInputBuilder
1212{
1313 public function __construct (
14- protected ConsoleCommand $ command ,
15- protected ConsoleArgumentBag $ argumentBag ,
14+ private ConsoleCommand $ command ,
15+ private ConsoleArgumentBag $ argumentBag ,
1616 ) {
1717 }
1818
Original file line number Diff line number Diff line change 1616{
1717 public function __construct (
1818 /** @var class-string<\Tempest\Database\DatabaseModel> $modelClass */
19- protected string $ modelClass ,
19+ private string $ modelClass ,
2020 ) {
2121 }
2222
Original file line number Diff line number Diff line change 1212{
1313 public function __construct (
1414 /** @var array<string|int> */
15- protected array $ values ,
16- protected bool $ not = false ,
15+ private array $ values ,
16+ private bool $ not = false ,
1717 ) {
1818 }
1919
Original file line number Diff line number Diff line change 1212{
1313 public function __construct (
1414 /** @var array<string|int> */
15- protected array $ values
15+ private array $ values
1616 ) {
1717
1818 }
You can’t perform that action at this time.
0 commit comments