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
0
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
911c0881
Commit
911c0881
authored
6 years ago
by
Tim van Dijen
Browse files
Options
Downloads
Patches
Plain Diff
Fixes for lib/SimpleSAML/Module
parent
b32effa9
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/Module/ControllerResolver.php
+4
-2
4 additions, 2 deletions
lib/SimpleSAML/Module/ControllerResolver.php
with
4 additions
and
2 deletions
lib/SimpleSAML/Module/ControllerResolver.php
+
4
−
2
View file @
911c0881
...
@@ -44,9 +44,9 @@ class ControllerResolver extends SymfonyControllerResolver implements ArgumentRe
...
@@ -44,9 +44,9 @@ class ControllerResolver extends SymfonyControllerResolver implements ArgumentRe
protected
$module
;
protected
$module
;
/** @var array */
/** @var array */
protected
$params
;
protected
$params
=
[]
;
/** @var RouteCollection */
/** @var RouteCollection
|null
*/
protected
$routes
;
protected
$routes
;
...
@@ -172,6 +172,7 @@ class ControllerResolver extends SymfonyControllerResolver implements ArgumentRe
...
@@ -172,6 +172,7 @@ class ControllerResolver extends SymfonyControllerResolver implements ArgumentRe
* Set the configuration to use by the controllers.
* Set the configuration to use by the controllers.
*
*
* @param \SimpleSAML\Configuration $config
* @param \SimpleSAML\Configuration $config
* @return void
*/
*/
public
function
setConfiguration
(
Configuration
$config
)
public
function
setConfiguration
(
Configuration
$config
)
{
{
...
@@ -184,6 +185,7 @@ class ControllerResolver extends SymfonyControllerResolver implements ArgumentRe
...
@@ -184,6 +185,7 @@ class ControllerResolver extends SymfonyControllerResolver implements ArgumentRe
* Set the session to use by the controllers.
* Set the session to use by the controllers.
*
*
* @param \SimpleSAML\Session $session
* @param \SimpleSAML\Session $session
* @return void
*/
*/
public
function
setSession
(
Session
$session
)
public
function
setSession
(
Session
$session
)
{
{
...
...
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