mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
apply rector rules
This commit is contained in:
@@ -22,7 +22,7 @@ use Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface;
|
||||
*/
|
||||
final class UserControllerTest extends WebTestCase
|
||||
{
|
||||
private $client;
|
||||
private \Symfony\Bundle\FrameworkBundle\KernelBrowser $client;
|
||||
|
||||
private array $toDelete = [];
|
||||
|
||||
|
@@ -21,7 +21,7 @@ use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
*/
|
||||
final class RouteLoaderTest extends KernelTestCase
|
||||
{
|
||||
private $router;
|
||||
private ?object $router = null;
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
|
@@ -22,7 +22,7 @@ final class AbstractSearchTest extends \PHPUnit\Framework\TestCase
|
||||
/**
|
||||
* @var \Chill\MainBundle\Search\AbstractSearch
|
||||
*/
|
||||
private $stub;
|
||||
private \Chill\MainBundle\Search\AbstractSearch&\PHPUnit\Framework\MockObject\MockObject $stub;
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
|
@@ -24,10 +24,7 @@ use PHPUnit\Framework\TestCase;
|
||||
*/
|
||||
final class SearchProviderTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @var SearchProvider
|
||||
*/
|
||||
private $search;
|
||||
private \Chill\MainBundle\Search\SearchProvider $search;
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user