Skip to content

Commit

Permalink
Comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
meganschanz committed Jan 15, 2025
1 parent b263695 commit 2b5d9c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module/VuFind/src/VuFind/ILS/Driver/Folio.php
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,8 @@ protected function performOkapiUsernamePasswordAuthentication(string $username,
* Given a response from performOkapiUsernamePasswordAuthentication(),
* extract the requested cookie.
*
* @param Response $response Response from performOkapiUsernamePasswordAuthentication().
* @param Response $response Response from performOkapiUsernamePasswordAuthentication().
* @param string $cookieName Name of the cookie to get from the response.
*
* @return \Laminas\Http\Header\SetCookie
*/
Expand Down

0 comments on commit 2b5d9c1

Please sign in to comment.