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
0e2ed1fc
Commit
0e2ed1fc
authored
9 years ago
by
Jaime Perez Crespo
Browse files
Options
Downloads
Patches
Plain Diff
Use mixed instead of trying to define all types returned.
parent
4d4966dd
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/Metadata/MetaDataStorageSource.php
+1
-6
1 addition, 6 deletions
lib/SimpleSAML/Metadata/MetaDataStorageSource.php
with
1 addition
and
6 deletions
lib/SimpleSAML/Metadata/MetaDataStorageSource.php
+
1
−
6
View file @
0e2ed1fc
...
...
@@ -53,12 +53,7 @@ abstract class SimpleSAML_Metadata_MetaDataStorageSource
*
* @param array $sourceConfig Associative array with the configuration for this metadata source.
*
* @return SimpleSAML_Metadata_MetaDataStorageHandlerFlatFile
* @return SimpleSAML_Metadata_MetaDataStorageHandlerXML
* @return SimpleSAML_Metadata_MetaDataStorageHandlerSerialize
* @return SimpleSAML_Metadata_MetaDataStorageHandlerMDX
* @return SimpleSAML_Metadata_MetaDataStorageHandlerPdo An instance of a metadata source with the given
* configuration.
* @return mixed An instance of a metadata source with the given configuration.
*
* @throws Exception If the metadata source type is invalid.
*/
...
...
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