mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-07 07:43:12 +08:00
Updated to coding standard v2.1
This commit is contained in:
@@ -41,10 +41,7 @@ class QrCodeAction implements MiddlewareInterface
|
||||
* Process an incoming server request and return a response, optionally delegating
|
||||
* to the next middleware component to create the response.
|
||||
*
|
||||
* @param Request $request
|
||||
* @param RequestHandlerInterface $handler
|
||||
*
|
||||
* @return Response
|
||||
* @throws \InvalidArgumentException
|
||||
* @throws RuntimeException
|
||||
*/
|
||||
@@ -71,8 +68,6 @@ class QrCodeAction implements MiddlewareInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* @param Request $request
|
||||
* @return int
|
||||
*/
|
||||
private function getSizeParam(Request $request): int
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user