@@ -12,7 +12,7 @@ |
||
| 12 | 12 | * |
| 13 | 13 | * @param string $urn the URN to validate |
| 14 | 14 | * |
| 15 | - * @return TRUE when the URN is valid, FALSE when invalid |
|
| 15 | + * @return boolean when the URN is valid, FALSE when invalid |
|
| 16 | 16 | */ |
| 17 | 17 | public static function validate($urn) |
| 18 | 18 | { |
@@ -13,7 +13,7 @@ |
||
| 13 | 13 | * |
| 14 | 14 | * @param string $uri the URI to validate |
| 15 | 15 | * |
| 16 | - * @return TRUE when the URI is valid, FALSE when invalid |
|
| 16 | + * @return boolean when the URI is valid, FALSE when invalid |
|
| 17 | 17 | */ |
| 18 | 18 | public static function validate($uri) |
| 19 | 19 | { |