Skip to content

Commit b826631

Browse files
committed
Namespaces fixed
1 parent c6da0ae commit b826631

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Annotation/Standard/LengthAnnotation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
namespace Mindplay\Annotation\Standard;
1515

16-
use Annotation\AnnotationException;
16+
use Mindplay\Annotation\AnnotationException;
1717

1818
/**
1919
* Specifies validation of a string, requiring a minimum and/or maximum length.

Annotation/Standard/RangeAnnotation.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
namespace Mindplay\Annotation\Standard;
1515

1616
use Mindplay\Annotation\AnnotationException;
17-
use Mindplay\Annotation\ValidationAnnotationBase;
1817

1918
/**
2019
* Specifies validation against a minimum and/or maximum numeric value.

0 commit comments

Comments
 (0)