We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920f72d commit 03afa34Copy full SHA for 03afa34
src/ActiveCollab/EmailReplyExtractor.php
@@ -68,7 +68,7 @@ private static function getExtractorEml($mailer, Parser &$parser)
68
* @param string $body
69
* @return Extractor
70
*/
71
- private function getExtractor($mailer, $body)
+ private static function getExtractor($mailer, $body)
72
{
73
$class_name = "ActiveCollab\\EmailReplyExtractor\\Extractor\\{$mailer}Extractor";
74
@@ -181,4 +181,4 @@ private static function filterHeaders($headers)
181
182
return $headers;
183
}
184
- }
+ }
0 commit comments