Skip to content
Snippets Groups Projects
Commit 0e2ed1fc authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

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
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment