MDL-77164 lib/pear: correct phpdocs

This commit is contained in:
Marina Glancy
2023-04-13 09:43:15 +01:00
parent 9ffbcce0ac
commit fcf887919b
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ class HTML_Common {
* @param string $attr Attribute name
* @since 1.5
* @access public
* @return void
* @return mixed
* @throws
*/
function getAttribute($attr)
+1 -1
View File
@@ -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
*/
+1
View File
@@ -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
====