Skip to content

Commit 250ec5e

Browse files
committed
Move link definition to the bottom of the page
DOCtor-RST requires link definitions to be at the end of the file.
1 parent 3f2be9b commit 250ec5e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

validation/custom_constraint.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ in your constraints without any extra configuration::
9191
}
9292
}
9393

94-
.. _`__serialize()`: https://www.php.net/manual/en/language.oop5.magic.php#object.serialize
95-
9694
Creating the Validator itself
9795
-----------------------------
9896

@@ -655,3 +653,4 @@ class to check precisely which of the constraints failed to pass::
655653
}
656654
}
657655

656+
.. _`__serialize()`: https://www.php.net/manual/en/language.oop5.magic.php#object.serialize

0 commit comments

Comments
 (0)