Skip to content

Commit

Permalink
Update DmarcAnalyzer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Sapistudio authored Nov 8, 2019
1 parent db3cff5 commit 34723df
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/Analyzer/DmarcAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
namespace SapiStudio\Domain\Analyzer;
use Illuminate\Support\Collection;

/**
* DmarcAnalyzer
*
*/
/** DmarcAnalyzer*/

class DmarcAnalyzer
{
Expand All @@ -14,9 +11,7 @@ class DmarcAnalyzer
protected $dmarcTags = [];
protected $validDmarcLine = false;

/**
* DmarcAnalyzer::create()
*/
/** DmarcAnalyzer::create() */
public static function create($dmarcLine = null)
{
return new static($dmarcLine);
Expand Down

0 comments on commit 34723df

Please sign in to comment.