mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-02 03:59:40 +00:00
DX: apply rector rulesset up to PHP72
This commit is contained in:
@@ -38,7 +38,7 @@ trait PrepareCenterTrait
|
||||
}
|
||||
|
||||
$center = $this->centerProphet->prophesize();
|
||||
$center->willExtend('\Chill\MainBundle\Entity\Center');
|
||||
$center->willExtend('\\' . \Chill\MainBundle\Entity\Center::class);
|
||||
$center->getId()->willReturn($id);
|
||||
$center->getName()->willReturn($name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user