Skip to content

Commit 51b49cb

Browse files
committed
Code style
1 parent 9a9bec7 commit 51b49cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Github/Exception/SsoRequiredException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ class SsoRequiredException extends RuntimeException
1111
private $url;
1212

1313
/**
14-
* @param string $url
15-
* @param int $code
14+
* @param string $url
15+
* @param int $code
1616
* @param \Throwable|null $previous
1717
*/
1818
public function __construct($url, $code = 0, $previous = null)

0 commit comments

Comments
 (0)