mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
DX: apply rector rulesset up to PHP72
This commit is contained in:
@@ -187,8 +187,7 @@ final class PersonContextTest extends TestCase
|
||||
{
|
||||
$builder = $this->prophesize(FormBuilderInterface::class);
|
||||
|
||||
$builder->add('title', TextType::class, Argument::type('array'))
|
||||
->shouldBeCalled(1);
|
||||
$builder->add('title', TextType::class, Argument::type('array'))->shouldBeCalled();
|
||||
|
||||
if ($withScope) {
|
||||
$builder->add('scope', ScopePickerType::class, Argument::type('array'))
|
||||
|
Reference in New Issue
Block a user