Skip to content

Commit d4b0483

Browse files
committed
docs: fix @param type
1 parent 2da8ef8 commit d4b0483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/Email/Email.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2090,8 +2090,8 @@ protected function getHostname()
20902090
}
20912091

20922092
/**
2093-
* @param array $include List of raw data chunks to include in the output
2094-
* Valid options are: 'headers', 'subject', 'body'
2093+
* @param array|string $include List of raw data chunks to include in the output
2094+
* Valid options are: 'headers', 'subject', 'body'
20952095
*
20962096
* @return string
20972097
*/

0 commit comments

Comments
 (0)