Skip to content

Commit

Permalink
php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
mathielen committed May 1, 2016
1 parent bf34b4c commit 7eee5fb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ private function findParty($entityId, array $entityDescriptorStores)
}
}

return null;
return;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
use LightSaml\Action\Profile\AbstractProfileAction;
use LightSaml\Context\Profile\Helper\MessageContextHelper;
use LightSaml\Context\Profile\ProfileContext;
use LightSaml\Model\Assertion\NameID;

/**
* Sets SessionIndex of the outbounding AuthnRequest with values given in the LogoutContext SsoSessionState.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
class SloRequestActionBuilder extends AbstractProfileActionBuilder
{
/**
* @return void
*/
protected function doInitialize()
{
Expand Down Expand Up @@ -72,7 +71,7 @@ protected function doInitialize()
));
$proceedActionBuilder->add(new SetSessionIndexAction(
$this->buildContainer->getSystemContainer()->getLogger()
));
));
$proceedActionBuilder->add(new SetNotOnOrAfterAction(
$this->buildContainer->getSystemContainer()->getLogger(),
$this->buildContainer->getSystemContainer()->getTimeProvider(),
Expand Down

0 comments on commit 7eee5fb

Please sign in to comment.