diff options
Diffstat (limited to 'lib/classes/forms/Part.php')
| -rw-r--r-- | lib/classes/forms/Part.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classes/forms/Part.php b/lib/classes/forms/Part.php index fdca8f5..779cab7 100644 --- a/lib/classes/forms/Part.php +++ b/lib/classes/forms/Part.php @@ -139,7 +139,7 @@ abstract class Part /** * Recursively returns all Input elements attached to this Part object or any child Parts. - * @return array + * @return Input[] */ public function getAllInputs() { |
