Fix docblocks
parent
23339e44b8
commit
3577070efa
|
@ -32,7 +32,7 @@ class Link
|
||||||
protected $target;
|
protected $target;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var ConstraintInterface|null
|
* @var ConstraintInterface
|
||||||
*/
|
*/
|
||||||
protected $constraint;
|
protected $constraint;
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ class Link
|
||||||
*
|
*
|
||||||
* @param string $source
|
* @param string $source
|
||||||
* @param string $target
|
* @param string $target
|
||||||
* @param ConstraintInterface|null $constraint Constraint applying to the target of this link
|
* @param ConstraintInterface $constraint Constraint applying to the target of this link
|
||||||
* @param string $description Used to create a descriptive string representation
|
* @param string $description Used to create a descriptive string representation
|
||||||
* @param string|null $prettyConstraint
|
* @param string|null $prettyConstraint
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue