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

Fix namespace

parent 19dba0bb
Branches
Tags
No related merge requests found
...@@ -30,7 +30,7 @@ class AuthSource extends Error ...@@ -30,7 +30,7 @@ class AuthSource extends Error
* *
* @param string $authsource Authsource module name from where this error was thrown. * @param string $authsource Authsource module name from where this error was thrown.
* @param string $reason Description of the error. * @param string $reason Description of the error.
* @param Exception|null $cause * @param \Exception|null $cause
*/ */
public function __construct($authsource, $reason, $cause = null) public function __construct($authsource, $reason, $cause = null)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment