Skip to content

Commit 03afa34

Browse files
committed
Make getExtractor function static
1 parent 920f72d commit 03afa34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ActiveCollab/EmailReplyExtractor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ private static function getExtractorEml($mailer, Parser &$parser)
6868
* @param string $body
6969
* @return Extractor
7070
*/
71-
private function getExtractor($mailer, $body)
71+
private static function getExtractor($mailer, $body)
7272
{
7373
$class_name = "ActiveCollab\\EmailReplyExtractor\\Extractor\\{$mailer}Extractor";
7474

@@ -181,4 +181,4 @@ private static function filterHeaders($headers)
181181

182182
return $headers;
183183
}
184-
}
184+
}

0 commit comments

Comments
 (0)