File tree Expand file tree Collapse file tree 3 files changed +0
-60
lines changed Expand file tree Collapse file tree 3 files changed +0
-60
lines changed Original file line number Diff line number Diff line change @@ -567,33 +567,13 @@ public function build() : CliMenu
567
567
return $ this ->menu ;
568
568
}
569
569
570
- /**
571
- * Use as
572
- *
573
- ->checkboxStyle(function (CheckboxStyle $style) {
574
- $style->setMarkerOff('- ');
575
- })
576
- *
577
- * @param callable $itemCallable
578
- * @return $this
579
- */
580
570
public function checkboxStyle (callable $ itemCallable ) : self
581
571
{
582
572
$ this ->menu ->checkboxStyle ($ itemCallable );
583
573
584
574
return $ this ;
585
575
}
586
576
587
- /**
588
- * Use as
589
- *
590
- ->radioStyle(function (RadioStyle $style) {
591
- $style->setMarkerOff('- ');
592
- })
593
- *
594
- * @param callable $itemCallable
595
- * @return $this
596
- */
597
577
public function radioStyle (callable $ itemCallable ) : self
598
578
{
599
579
$ this ->menu ->radioStyle ($ itemCallable );
Original file line number Diff line number Diff line change @@ -169,33 +169,13 @@ public function build() : SplitItem
169
169
return $ this ->splitItem ;
170
170
}
171
171
172
- /**
173
- * Use as
174
- *
175
- ->checkboxStyle(function (CheckboxStyle $style) {
176
- $style->setMarkerOff('- ');
177
- })
178
- *
179
- * @param callable $itemCallable
180
- * @return $this
181
- */
182
172
public function checkboxStyle (callable $ itemCallable ) : self
183
173
{
184
174
$ this ->menu ->checkboxStyle ($ itemCallable );
185
175
186
176
return $ this ;
187
177
}
188
178
189
- /**
190
- * Use as
191
- *
192
- ->radioStyle(function (RadioStyle $style) {
193
- $style->setMarkerOff('- ');
194
- })
195
- *
196
- * @param callable $itemCallable
197
- * @return $this
198
- */
199
179
public function radioStyle (callable $ itemCallable ) : self
200
180
{
201
181
$ this ->menu ->radioStyle ($ itemCallable );
Original file line number Diff line number Diff line change @@ -660,16 +660,6 @@ public function getCheckboxStyle() : CheckboxStyle
660
660
return $ this ->checkboxStyle ;
661
661
}
662
662
663
- /**
664
- * Use as
665
- *
666
- ->checkboxStyle(function (CheckboxStyle $style) {
667
- $style->setMarkerOff('- ');
668
- })
669
- *
670
- * @param callable $itemCallable
671
- * @return $this
672
- */
673
663
public function checkboxStyle (callable $ itemCallable ) : self
674
664
{
675
665
$ itemCallable ($ this ->checkboxStyle );
@@ -682,16 +672,6 @@ public function getRadioStyle() : RadioStyle
682
672
return $ this ->radioStyle ;
683
673
}
684
674
685
- /**
686
- * Use as
687
- *
688
- ->radioStyle(function (RadioStyle $style) {
689
- $style->setMarkerOff('- ');
690
- })
691
- *
692
- * @param callable $itemCallable
693
- * @return $this
694
- */
695
675
public function radioStyle (callable $ itemCallable ) : self
696
676
{
697
677
$ itemCallable ($ this ->radioStyle );
You can’t perform that action at this time.
0 commit comments