Skip to content

Commit a7ac0f2

Browse files
committed
Correct types
1 parent d9cc5f5 commit a7ac0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Zend/Form/Element.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ public function setAttribs(array $attribs)
922922
*
923923
* @param string $name
924924
*
925-
* @return string
925+
* @return ?string
926926
*/
927927
public function getAttrib($name)
928928
{

0 commit comments

Comments
 (0)