mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-10 00:34:58 +00:00
DX: apply rector rulesset up to PHP72
This commit is contained in:
@@ -38,7 +38,7 @@ trait PrepareCircleTrait
|
||||
}
|
||||
|
||||
$scope = $this->circleProphet->prophesize();
|
||||
$scope->willExtend('\Chill\MainBundle\Entity\Scope');
|
||||
$scope->willExtend('\\' . \Chill\MainBundle\Entity\Scope::class);
|
||||
$scope->getId()->willReturn($id);
|
||||
$scope->getName()->willReturn($name);
|
||||
|
||||
|
Reference in New Issue
Block a user