andreypostal/json-handler-php

View on GitHub
src/Attributes/JsonObjectAttribute.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace Andrey\JsonHandler\Attributes;

use Attribute;

#[Attribute(Attribute::TARGET_CLASS)]
class JsonObjectAttribute
{ }