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

Fix method signature

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