Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric GELOEN committed Oct 26, 2024
1 parent 97093c0 commit 9f0c19a
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php

/*
* This file is part of the API Platform project.
*
* (c) Kévin Dunglas <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace ApiPlatform\Tests\Fixtures\TestBundle\ApiResource\Issue6276;

use ApiPlatform\Metadata\Delete;

#[Delete(deserialize: false, serialize: false)]
final class SerializeResource
{
}

0 comments on commit 9f0c19a

Please sign in to comment.