Skip to content

Commit

Permalink
MDL-77164 lib/pear: correct phpdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Apr 13, 2023
1 parent 9ffbcce commit fcf8879
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pear/HTML/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ function _removeAttr($attr, &$attributes)
* @param string $attr Attribute name
* @since 1.5
* @access public
* @return void
* @return mixed
* @throws
*/
function getAttribute($attr)
Expand Down
2 changes: 1 addition & 1 deletion lib/pear/HTML/QuickForm/select.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class HTML_QuickForm_select extends HTML_QuickForm_element {
/**
* Default values of the SELECT
*
* @var string
* @var array
* @since 1.0
* @access private
*/
Expand Down
1 change: 1 addition & 0 deletions lib/pear/readme_moodle.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ MDL-71126 - Quiz: Manual grading page size preference can get stuck at 0
- New positiveint regex rule to check if the value is a positive integer
MDL-76102 / MDL-77081
PHP 8.1 passing null to a non-nullable argument of a built-in function is deprecated
MDL-77164 - PHPdocs corrections

Pear
====
Expand Down

0 comments on commit fcf8879

Please sign in to comment.