Skip to content

Commit a4ac997

Browse files
committed
Merge pull request #178 from dunglas/phpdoc
PHPDoc fix
2 parents 8548def + 4c5b035 commit a4ac997

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Controller/ResourceController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
use Symfony\Component\Serializer\Exception\ExceptionInterface as SerializerExceptionInterface;
2727

2828
/**
29-
* CRUD operations for a JSON-LD/Hydra API.
29+
* CRUD operations for the API.
3030
*
3131
* @author Kévin Dunglas <[email protected]>
3232
*/

Mapping/ClassMetadataFactoryInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ interface ClassMetadataFactoryInterface
3232
* configuration. At last, the new object is returned.
3333
*
3434
* @param string|object $value
35+
* @param string[]|null $normalizationGroups
36+
* @param string[]|null $denormalizationGroups
37+
* @param string[]|null $validationGroups
3538
*
3639
* @return ClassMetadataInterface
3740
*

0 commit comments

Comments
 (0)