Skip to content

Commit 1fd61cb

Browse files
committed
fix(metadata): remove PHPDoc from OptionsInterface
1 parent 55f4c94 commit 1fd61cb

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)