mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -11,9 +11,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace Chill\MainBundle\Serializer\Model;
|
||||
|
||||
use JsonSerializable;
|
||||
|
||||
class Counter implements JsonSerializable
|
||||
class Counter implements \JsonSerializable
|
||||
{
|
||||
public function __construct(private ?int $counter) {}
|
||||
|
||||
|
Reference in New Issue
Block a user