We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3042a0a commit ee43bfcCopy full SHA for ee43bfc
src/Forms/Container.php
@@ -319,6 +319,7 @@ public function getControls(): \Iterator
319
320
/**
321
* Returns form.
322
+ * @return ($throw is true ? Form : ?Form)
323
*/
324
public function getForm(bool $throw = true): ?Form
325
{
src/Forms/Controls/BaseControl.php
@@ -114,6 +114,7 @@ public function getCaption()
114
115
116
117
118
119
120
0 commit comments