rector rules for symfony set list 6.0

This commit is contained in:
2025-11-03 13:50:15 +01:00
parent 9093dceea4
commit 58c1e7bfaa
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}

View File

@@ -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;
}