mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-31 20:13:49 +00:00
DX: apply rector rules up to php8.0
This commit is contained in:
@@ -76,11 +76,9 @@ final class SingleTaskControllerTest extends WebTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @param mixed $centerName
|
||||
*
|
||||
* @return \Chill\PersonBundle\Entity\Person
|
||||
*/
|
||||
protected function getRandomPerson($centerName)
|
||||
protected function getRandomPerson(mixed $centerName)
|
||||
{
|
||||
$em = self::$kernel
|
||||
->getContainer()
|
||||
|
Reference in New Issue
Block a user