Skip to content

Commit 6935fd4

Browse files
authored
Added missing return type to SMTPDotStuffingFilter::filter (#16)
1 parent 92f2ce0 commit 6935fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SMTP/SMTPDotStuffingFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class SMTPDotStuffingFilter extends Filter
3535
*
3636
* @return int
3737
*/
38-
public function filter($in, $out, &$consumed, $closing)
38+
public function filter($in, $out, &$consumed, $closing): int
3939
{
4040
while ($bucket = stream_bucket_make_writeable($in)) {
4141
$data = substr(

0 commit comments

Comments
 (0)