WIP: Symfony 6 project remake #2

Draft
skobkin wants to merge 103 commits from symfony6_remake into master
Showing only changes of commit a409fbae8d - Show all commits

View file

@ -1,17 +1,14 @@
<?php <?php
declare(strict_types=1);
namespace src\PointToolsBundle\Form; namespace App\Form;
use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\Form\FormBuilderInterface;
class UserSearchType extends AbstractType class UserSearchType extends AbstractType
{ {
/** public function buildForm(FormBuilderInterface $builder, array $options): void
* @param FormBuilderInterface $builder
* @param array $options
*/
public function buildForm(FormBuilderInterface $builder, array $options)
{ {
$builder $builder
->add('login') ->add('login')