mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 17:44:58 +00:00
Rector changes and immplementations of required methods
This commit is contained in:
@@ -38,7 +38,7 @@ final class PostTextIntegerExtensionTest extends KernelTestCase
|
||||
->createBuilder('form', null);
|
||||
}
|
||||
|
||||
public function testCreateView()
|
||||
public function testCreateView(): void
|
||||
{
|
||||
$form = $this->formBuilder->add('test', IntegerType::class, [
|
||||
'post_text' => 'my text',
|
||||
|
@@ -38,7 +38,7 @@ final class PostTextNumberExtensionTest extends KernelTestCase
|
||||
->createBuilder('form', null);
|
||||
}
|
||||
|
||||
public function testCreateView()
|
||||
public function testCreateView(): void
|
||||
{
|
||||
$form = $this->formBuilder->add('test', NumberType::class, [
|
||||
'post_text' => 'my text',
|
||||
|
Reference in New Issue
Block a user