Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
464cd147
Commit
464cd147
authored
8 years ago
by
Jaime Pérez
Browse files
Options
Downloads
Patches
Plain Diff
phpdoc: Add missing @throws to a couple of methods in SimpleSAML_Session.
parent
84d9aacc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/SimpleSAML/Session.php
+4
-0
4 additions, 0 deletions
lib/SimpleSAML/Session.php
with
4 additions
and
0 deletions
lib/SimpleSAML/Session.php
+
4
−
0
View file @
464cd147
...
@@ -333,6 +333,8 @@ class SimpleSAML_Session
...
@@ -333,6 +333,8 @@ class SimpleSAML_Session
*
*
* @param Exception|null $exception An exception that made us use a transient session. Specify if you want to log a
* @param Exception|null $exception An exception that made us use a transient session. Specify if you want to log a
* message and that exception being thrown after loading the transient session.
* message and that exception being thrown after loading the transient session.
*
* @throws * The exception contained in the $exception parameter, if any.
*/
*/
public
static
function
useTransientSession
(
$exception
=
null
)
public
static
function
useTransientSession
(
$exception
=
null
)
{
{
...
@@ -517,6 +519,8 @@ class SimpleSAML_Session
...
@@ -517,6 +519,8 @@ class SimpleSAML_Session
*
*
* @param string $authority The authority the user logged in with.
* @param string $authority The authority the user logged in with.
* @param array|null $data The authentication data for this authority.
* @param array|null $data The authentication data for this authority.
*
* @throws \SimpleSAML\Error\CannotSetCookie If the authentication token cannot be set for some reason.
*/
*/
public
function
doLogin
(
$authority
,
array
$data
=
null
)
public
function
doLogin
(
$authority
,
array
$data
=
null
)
{
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment