updated core and modules
This commit is contained in:
+2
-2
@@ -42,7 +42,7 @@ final class Validation
|
||||
* If you want to configure the validator, use
|
||||
* {@link createValidatorBuilder()} instead.
|
||||
*
|
||||
* @return ValidatorInterface The new validator.
|
||||
* @return ValidatorInterface The new validator
|
||||
*/
|
||||
public static function createValidator()
|
||||
{
|
||||
@@ -52,7 +52,7 @@ final class Validation
|
||||
/**
|
||||
* Creates a configurable builder for validator objects.
|
||||
*
|
||||
* @return ValidatorBuilderInterface The new builder.
|
||||
* @return ValidatorBuilderInterface The new builder
|
||||
*/
|
||||
public static function createValidatorBuilder()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user