Skip to content

Commit

Permalink
Update types
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbauer committed Oct 28, 2024
1 parent 2d2ea92 commit 3e0fc68
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Controller/CheckinRequestController.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
use NYPL\Starter\APIException;
use NYPL\Starter\APILogger;
use NYPL\Starter\Filter;
use Slim\Http\Request;
use Slim\Http\Response;
use GuzzleHttp\Psr7\ServerRequest;

/**
Expand Down Expand Up @@ -259,8 +257,8 @@ protected function sendCircOperation(CheckinRequest $checkinRequest)
* @param string $errorType
* @param string $errorMessage
* @param \Exception $exception
* @param Request $request
* @return \Slim\Http\Response
* @param \ServerRequest $request
* @return \GuzzleHttp\Psr7\Response
*/
protected function processException($errorType, $errorMessage, \Exception $exception, ServerRequest $request)
{
Expand Down

0 comments on commit 3e0fc68

Please sign in to comment.