mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-02-26 18:20:01 +00:00
Apply new rector rules regarding to PHP version to 8.4
This commit is contained in:
@@ -18,9 +18,9 @@ use Symfony\Component\Routing\RouteCollection;
|
||||
|
||||
class CRUDRoutesLoader extends Loader
|
||||
{
|
||||
private const ALL_INDEX_METHODS = [Request::METHOD_GET, Request::METHOD_HEAD];
|
||||
private const array ALL_INDEX_METHODS = [Request::METHOD_GET, Request::METHOD_HEAD];
|
||||
|
||||
private const ALL_SINGLE_METHODS = [
|
||||
private const array ALL_SINGLE_METHODS = [
|
||||
Request::METHOD_GET,
|
||||
Request::METHOD_POST,
|
||||
Request::METHOD_PUT,
|
||||
|
||||
Reference in New Issue
Block a user