mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-19 18:37:45 +00:00
Rector changes and immplementations of required methods
This commit is contained in:
@@ -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