mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 01:33:11 +08:00
Drop support for PHP 8.2
This commit is contained in:
@@ -10,8 +10,8 @@ use Psr\Http\Server\RequestHandlerInterface;
|
||||
|
||||
abstract class AbstractRestAction implements RequestHandlerInterface, RequestMethodInterface, StatusCodeInterface
|
||||
{
|
||||
protected const ROUTE_PATH = '';
|
||||
protected const ROUTE_ALLOWED_METHODS = [];
|
||||
protected const string ROUTE_PATH = '';
|
||||
protected const array ROUTE_ALLOWED_METHODS = [];
|
||||
|
||||
public static function getRouteDef(array $prevMiddleware = [], array $postMiddleware = []): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user