We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97093c0 commit 9f0c19aCopy full SHA for 9f0c19a
tests/Fixtures/TestBundle/ApiResource/Issue6276/SerializeResource.php
@@ -0,0 +1,21 @@
1
+<?php
2
+
3
+/*
4
+ * This file is part of the API Platform project.
5
+ *
6
+ * (c) Kévin Dunglas <[email protected]>
7
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
12
+declare(strict_types=1);
13
14
+namespace ApiPlatform\Tests\Fixtures\TestBundle\ApiResource\Issue6276;
15
16
+use ApiPlatform\Metadata\Delete;
17
18
+#[Delete(deserialize: false, serialize: false)]
19
+final class SerializeResource
20
+{
21
+}
0 commit comments