Skip to content

Commit ef99a3d

Browse files
committed
Resolved #148, PSR-12
1 parent f1646fc commit ef99a3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Exceptions/LoaderException.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ class LoaderException extends Exception
2121
/**
2222
* LoaderException constructor.
2323
*
24-
* @param string $message
25-
* @param int $code
26-
* @param \Exception|null $previous
24+
* @param string $message
25+
* @param int $code
26+
* @param Exception|null $previous
2727
*/
2828
public function __construct($message = "", $code = 0, Exception $previous = null)
2929
{

0 commit comments

Comments
 (0)