Skip to content

Commit 950609b

Browse files
committed
Re-align argument names.
1 parent 54c8e4a commit 950609b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Auth/AuthService.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ public function getSessionCookieValue()
7373
/**
7474
* AuthService constructor.
7575
*
76-
* @param ConfigurationInterface|null $configuration
77-
* @param \Psr\Log\LoggerInterface|null $logger
78-
* @param string $path
76+
* @param ConfigurationInterface|null $configuration
77+
* @param \Psr\Log\LoggerInterface|null $logger
78+
* @param string $path
7979
*
8080
* @throws \Exception
8181
* @throws \JiraRestApi\JiraException

0 commit comments

Comments
 (0)