mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-08 05:08:25 +00:00
rector rules for symfony set list 6.0
This commit is contained in:
@@ -61,7 +61,7 @@ class CRUDRoutesLoader extends Loader
|
||||
/**
|
||||
* @param null $type
|
||||
*/
|
||||
public function supports($resource, $type = null): bool
|
||||
public function supports(mixed $resource, $type = null): bool
|
||||
{
|
||||
return 'CRUD' === $type;
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@ class ChillRoutesLoader extends Loader
|
||||
return $collection;
|
||||
}
|
||||
|
||||
public function supports($resource, $type = null): bool
|
||||
public function supports(mixed $resource, $type = null): bool
|
||||
{
|
||||
return 'chill_routes' === $type;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user