Skip to content

Commit 1fedd26

Browse files
committed
fix(metadata): Remove PHPDoc from OptionsInterface.
The PHPDoc was redundant as methods `getEntityClass` and `getDocumentClass` were not explicitly implemented in the interface. This cleanup helps maintain a cleaner and more accurate codebase.
1 parent 55f4c94 commit 1fedd26

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/State/OptionsInterface.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@
1313

1414
namespace ApiPlatform\State;
1515

16-
/**
17-
* Interface for state options used in API Platform.
18-
*
19-
* @method string getEntityClass() Gets the fully qualified class name of the entity associated with the state options.
20-
* @method string getDocumentClass() Gets the fully qualified class name of the document associated with the state options.
21-
*/
2216
interface OptionsInterface
2317
{
2418
}

0 commit comments

Comments
 (0)