We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8909407 commit 8393cabCopy full SHA for 8393cab
1 file changed
src/SimpleSAML/Metadata/MetaDataStorageHandler.php
@@ -86,7 +86,7 @@ protected function __construct()
86
* @return string|array The auto-generated metadata property.
87
* @throws \Exception If the metadata cannot be generated automatically.
88
*/
89
- public function getGenerated(string $property, string $set, string $overrideHost = null): string|array
+ public function getGenerated(string $property, string $set, ?string $overrideHost = null): string|array
90
{
91
// first we check if the user has overridden this property in the metadata
92
try {
0 commit comments