Rector changes and immplementations of required methods

This commit is contained in:
2025-05-22 17:47:07 +02:00
parent 053b92b77c
commit 17db59d221
1138 changed files with 2656 additions and 2616 deletions

View File

@@ -193,7 +193,7 @@ final class PersonContextTest extends KernelTestCase
/**
* Test that the build person context works in the case when 'form_show_scope' is false.
*/
public function testScopeDoNotShowScopeInForms()
public function testScopeDoNotShowScopeInForms(): void
{
$person = new Person();
$docGen = (new DocGeneratorTemplate())
@@ -235,7 +235,7 @@ final class PersonContextTest extends KernelTestCase
);
}
public function testScopeScopeMustBeShownInFormsAndUserAccessMultipleScope()
public function testScopeScopeMustBeShownInFormsAndUserAccessMultipleScope(): void
{
$person = new Person();
$docGen = (new DocGeneratorTemplate())
@@ -279,7 +279,7 @@ final class PersonContextTest extends KernelTestCase
);
}
public function testScopeScopeMustBeShownInFormsAndUserAccessOneScope()
public function testScopeScopeMustBeShownInFormsAndUserAccessOneScope(): void
{
$person = new Person();
$docGen = (new DocGeneratorTemplate())