File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function __construct()
4242 }
4343
4444
45- public function render (Form $ form , string $ mode = null ): string
45+ public function render (Form $ form , ? string $ mode = null ): string
4646 {
4747 if (!isset ($ this ->form ) || $ this ->form !== $ form ) {
4848 $ this ->controlsInit = false ;
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public function __construct(string $layout = FormLayout::HORIZONTAL)
6363 }
6464
6565
66- public function render (Form $ form , string $ mode = null ): string
66+ public function render (Form $ form , ? string $ mode = null ): string
6767 {
6868 if (!isset ($ this ->form ) || $ this ->form !== $ form ) {
6969 $ this ->controlsInit = false ;
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public function __construct(string $layout = FormLayout::HORIZONTAL)
6565 }
6666
6767
68- public function render (Form $ form , string $ mode = null ): string
68+ public function render (Form $ form , ? string $ mode = null ): string
6969 {
7070 if (!isset ($ this ->form ) || $ this ->form !== $ form ) {
7171 $ this ->controlsInit = false ;
You can’t perform that action at this time.
0 commit comments