Skip to content

Commit bf05e2e

Browse files
committed
docs: fix wrong @param in Email
1 parent 1508db8 commit bf05e2e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

system/Email/Email.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1665,7 +1665,9 @@ protected function unwrapSpecials()
16651665
/**
16661666
* Strip line-breaks via callback
16671667
*
1668-
* @param string $matches
1668+
* @used-by unwrapSpecials()
1669+
*
1670+
* @param list<string> $matches
16691671
*
16701672
* @return string
16711673
*/

0 commit comments

Comments
 (0)