mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 15:23:12 +08:00
Added nullsafe operator to simplify conditions
This commit is contained in:
@@ -84,6 +84,6 @@ abstract class AbstractTrackingAction implements MiddlewareInterface, RequestMet
|
||||
|
||||
abstract protected function createErrorResp(
|
||||
ServerRequestInterface $request,
|
||||
RequestHandlerInterface $handler
|
||||
RequestHandlerInterface $handler,
|
||||
): ResponseInterface;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user