mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -20,6 +20,7 @@ use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*
|
||||
* @coversNothing
|
||||
*/
|
||||
final class ScopeResolverDispatcherTest extends TestCase
|
||||
@@ -54,6 +55,7 @@ final class ScopeResolverDispatcherTest extends TestCase
|
||||
* @var Scope[]
|
||||
*/
|
||||
private array $scopes = [];
|
||||
|
||||
public function __construct(Scope $scopeA, Scope $scopeB)
|
||||
{
|
||||
$this->scopes = [$scopeA, $scopeB];
|
||||
|
Reference in New Issue
Block a user