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
429ac49e
Commit
429ac49e
authored
7 years ago
by
Dane Powell
Committed by
Dane Powell
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed typos.
parent
4c7859aa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/simplesamlphp-modules.md
+1
-1
1 addition, 1 deletion
docs/simplesamlphp-modules.md
lib/SimpleSAML/SessionHandler.php
+1
-1
1 addition, 1 deletion
lib/SimpleSAML/SessionHandler.php
lib/SimpleSAML/XML/Errors.php
+1
-1
1 addition, 1 deletion
lib/SimpleSAML/XML/Errors.php
with
3 additions
and
3 deletions
docs/simplesamlphp-modules.md
+
1
−
1
View file @
429ac49e
...
...
@@ -42,7 +42,7 @@ short introduction to what you can do with them:
## Module layout
Each SimpleSAMLphp module is stored in a directory under the
the
Each SimpleSAMLphp module is stored in a directory under the
`modules`
-directory. The module directory contains the following
directories and files:
...
...
This diff is collapsed.
Click to expand it.
lib/SimpleSAML/SessionHandler.php
+
1
−
1
View file @
429ac49e
...
...
@@ -46,7 +46,7 @@ abstract class SessionHandler
/**
* This constructor is included in case it is needed in the
the
* This constructor is included in case it is needed in the
* future. Including it now allows us to write parent::__construct() in
* the subclasses of this class.
*/
...
...
This diff is collapsed.
Click to expand it.
lib/SimpleSAML/XML/Errors.php
+
1
−
1
View file @
429ac49e
...
...
@@ -27,7 +27,7 @@ class Errors
/**
* Append current XML errors to the
the
current stack level.
* Append current XML errors to the current stack level.
*/
private
static
function
addErrors
()
{
...
...
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