mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 09:43:13 +08:00
Added nullsafe operator to simplify conditions
This commit is contained in:
@@ -18,7 +18,7 @@ class PixelAction extends AbstractTrackingAction
|
||||
|
||||
protected function createErrorResp(
|
||||
ServerRequestInterface $request,
|
||||
RequestHandlerInterface $handler
|
||||
RequestHandlerInterface $handler,
|
||||
): ResponseInterface {
|
||||
return new PixelResponse();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user