File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 99
1010namespace Nextras \FormsRendering \Renderers ;
1111
12+ use Nette \Forms \Container ;
1213use Nette \Forms \Control ;
14+ use Nette \Forms \ControlGroup ;
1315use Nette \Forms \Controls ;
1416use Nette \Forms \Form ;
1517use Nette \Forms \Rendering \DefaultFormRenderer ;
@@ -73,6 +75,9 @@ public function renderBody(): string
7375 }
7476
7577
78+ /**
79+ * @param Container|ControlGroup $parent
80+ */
7681 public function renderControls ($ parent ): string
7782 {
7883 $ this ->controlsInit ();
Original file line number Diff line number Diff line change 99
1010namespace Nextras \FormsRendering \Renderers ;
1111
12+ use Nette \Forms \Container ;
1213use Nette \Forms \Control ;
14+ use Nette \Forms \ControlGroup ;
1315use Nette \Forms \Controls ;
1416use Nette \Forms \Form ;
1517use Nette \Forms \Rendering \DefaultFormRenderer ;
@@ -94,6 +96,9 @@ public function renderBody(): string
9496 }
9597
9698
99+ /**
100+ * @param Container|ControlGroup $parent
101+ */
97102 public function renderControls ($ parent ): string
98103 {
99104 $ this ->controlsInit ();
Original file line number Diff line number Diff line change 99
1010namespace Nextras \FormsRendering \Renderers ;
1111
12+ use Nette \Forms \Container ;
1213use Nette \Forms \Control ;
14+ use Nette \Forms \ControlGroup ;
1315use Nette \Forms \Controls ;
1416use Nette \Forms \Form ;
1517use Nette \Forms \Rendering \DefaultFormRenderer ;
@@ -95,7 +97,9 @@ public function renderBody(): string
9597 return parent ::renderBody ();
9698 }
9799
98-
100+ /**
101+ * @param Container|ControlGroup $parent
102+ */
99103 public function renderControls ($ parent ): string
100104 {
101105 $ this ->controlsInit ();
You can’t perform that action at this time.
0 commit comments