Skip to content

Commit

Permalink
docs(textareafield): malformed phpdoc
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jan 15, 2021
1 parent 35f089c commit 391025f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/field/textareafield.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

class TextareaField extends TextField
{
/** @var $uploads array uploaded files on form submit */
/** @var array uploaded files on form submit */
private $uploads = [
'_filename' => [],
'_prefix_filename' => [],
Expand Down

0 comments on commit 391025f

Please sign in to comment.