We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6da0ae commit b826631Copy full SHA for b826631
Annotation/Standard/LengthAnnotation.php
@@ -13,7 +13,7 @@
13
14
namespace Mindplay\Annotation\Standard;
15
16
-use Annotation\AnnotationException;
+use Mindplay\Annotation\AnnotationException;
17
18
/**
19
* Specifies validation of a string, requiring a minimum and/or maximum length.
Annotation/Standard/RangeAnnotation.php
@@ -14,7 +14,6 @@
use Mindplay\Annotation\AnnotationException;
-use Mindplay\Annotation\ValidationAnnotationBase;
20
* Specifies validation against a minimum and/or maximum numeric value.
0 commit comments