Skip to content

Commit

Permalink
Fix tests II
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Nov 16, 2018
1 parent 39ede7d commit 0e6632e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SAML2/Compat/Ssp/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ public function debugMessage($message, $type)
/**
* {@inheritdoc}
*/
public function redirect($url, array $data = [])
public function redirect($url, $data = [])
{
SimpleSAML_Utilities::redirectTrustedURL($url, $data);
}

/**
* {@inheritdoc}
*/
public function postRedirect($url, array $data = [])
public function postRedirect($url, $data = [])
{
SimpleSAML_Utilities::postRedirect($url, $data);
}
Expand Down

0 comments on commit 0e6632e

Please sign in to comment.