Skip to content

Commit 81aeaf4

Browse files
fabpotnicolas-grekas
authored andcommitted
fixed CS
1 parent 4181091 commit 81aeaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mapping/ClassMetadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ public function addGetterMethodConstraints($property, $method, array $constraint
335335
/**
336336
* Merges the constraints of the given metadata into this object.
337337
*/
338-
public function mergeConstraints(ClassMetadata $source)
338+
public function mergeConstraints(self $source)
339339
{
340340
if ($source->isGroupSequenceProvider()) {
341341
$this->setGroupSequenceProvider(true);

0 commit comments

Comments
 (0)