Skip to content
Snippets Groups Projects
Unverified Commit db2da917 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix method signature

parent 11b5c46a
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ class CriticalConfigurationError extends ConfigurationError ...@@ -70,7 +70,7 @@ class CriticalConfigurationError extends ConfigurationError
* *
* @return \Exception * @return \Exception
*/ */
public static function fromException(\Exception $exception): \Exception public static function fromException(\Exception $exception): Exception
{ {
$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