mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
fix docblock
This commit is contained in:
parent
dce1447778
commit
75e87ac5ba
@ -25,7 +25,7 @@ class PersonToIdTransformer implements DataTransformerInterface
|
||||
/**
|
||||
* Transforms an object (issue) to a string (id).
|
||||
*
|
||||
* @param Issue|null $issue
|
||||
* @param Person|null $issue
|
||||
* @return string
|
||||
*/
|
||||
public function transform($issue)
|
||||
@ -42,7 +42,7 @@ class PersonToIdTransformer implements DataTransformerInterface
|
||||
*
|
||||
* @param string $id
|
||||
*
|
||||
* @return Issue|null
|
||||
* @return Person|null
|
||||
*
|
||||
* @throws TransformationFailedException if object (issue) is not found.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user