Skip to content
Snippets Groups Projects
Commit 269e996f authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix method signature

parent 809260a5
No related branches found
No related tags found
No related merge requests found
......@@ -69,9 +69,9 @@ class CriticalConfigurationError extends ConfigurationError
/**
* @param \Throwable $exception
*
* @return \SimpleSAML\Error\Exception
* @return \SimpleSAML\Error\CriticalConfigurationError
*/
public static function fromException(Throwable $exception): Exception
public static function fromException(Throwable $exception): CriticalConfigurationError
{
$reason = null;
$file = null;
......
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