Fix docblocks
parent
23339e44b8
commit
3577070efa
|
@ -32,7 +32,7 @@ class Link
|
|||
protected $target;
|
||||
|
||||
/**
|
||||
* @var ConstraintInterface|null
|
||||
* @var ConstraintInterface
|
||||
*/
|
||||
protected $constraint;
|
||||
|
||||
|
@ -51,7 +51,7 @@ class Link
|
|||
*
|
||||
* @param string $source
|
||||
* @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|null $prettyConstraint
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue