Skip to content

Commit

Permalink
make phpstan happy
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Feb 5, 2024
1 parent 78080dc commit 25c25ce
Show file tree
Hide file tree
Showing 7 changed files with 352 additions and 234 deletions.
68 changes: 0 additions & 68 deletions .travis.yml

This file was deleted.

7 changes: 3 additions & 4 deletions src/EmailUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class EmailUtils
{
/**
* Inline styles using Pelago Emogrifier V6
* Inline styles using Pelago Emogrifier V7
*
* This is much better than the functionnality provided by SparkPost anyway
*
Expand Down Expand Up @@ -90,10 +90,9 @@ public static function get_email_from_rfc_email($rfc_email_string)
}
/**
* Useful when dealing with legacy code
*
* @deprecated
* @param \SilverStripe\Control\Email\Email $Email
* @return \Symfony\Component\Mime\Header\Headers|Swift_Mime_SimpleHeaderSet
* @return \Symfony\Component\Mime\Header\Headers
*/
public static function getHeaders($Email)
{
Expand Down
Loading

0 comments on commit 25c25ce

Please sign in to comment.