Skip to content

Commit

Permalink
Fixing phpcbf errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmrt committed Aug 25, 2020
1 parent ea85ace commit 3f68898
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/events/AuthnRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@

namespace flipbox\saml\sp\events;


use yii\base\Event;

class AuthnRequest extends Event
{
/** @var \SAML2\AuthnRequest */
public $message;

}
}

0 comments on commit 3f68898

Please sign in to comment.